Html Css Color HEX #CA174B Cardinal

📋 copy color: '#CA174B'

red 202 ◦ green 23 ◦ blue 75

#CA174B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA174B

Tints of Cardinal #CA174B

RGB

 RED value IS 202 (79.3% from 255) = 67.33%

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 67.33%
G = 7.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA174B (or 0xCA174B) is known color: Cardinal. HEX triplet: CA, 17 and 4B. RGB value is (202,23,75). Sum of RGB (Red+Green+Blue) = 202+23+75=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA174B is #35E8B4. Grayscale: #525252. Windows color (decimal): -3532981 or 4921290. OLE color: 4921290.

HSL color Cylindrical-coordinate representation of color #CA174B: hue angle of 342.57º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA174B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 75 -
CMYK 0 0.89 0.63 0.21
HSL 342.57º 0.8% 0.44% -
HSV(B) 342.57º 0.89% 0.79% -
XYZ 25.93 13.68 7.93 -
YUV 82.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 202 23 75 0 0.89 0.63 0.21 342.57 0.8 0.44
Hex CA 17 4B 0 59 3F 15 157 50 2C
Octal 312 27 113 0 131 77 25 527 120 54
Binary 11001010 10111 1001011 0 1011001 111111 10101 101010111 1010000 101100

Color Harmonies of #CA174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA174B

Black with #CA174B

Text Example


Text Example

White with #CA174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA174B; }

 p { color: rgb(202,23,75); }

 H1.HeaderClassName
 {
   color: #CA174B;
 }
 .AnyTagClassName
 {
   color: #CA174B;
 }
</style>

background-color css

<style>
 a { background-color: #CA174B; }

 a { background-color: rgb(202,23,75); }

 div.DivClassName
 {
   background-color: #CA174B;
 }
 .BgClassName
 {
   background-color: #CA174B;
 }
</style>

border-color css

<style>
 span { border-color: #CA174B; }

 span { border-color: rgb(202,23,75); }

 td.TdClassName
 {
   border-color: #CA174B;
 }
 .TagClassName
 {
   border-color: #CA174B;
 }
</style>