Html Css Color HEX #CA2442 Brick Red

📋 copy color: '#CA2442'

red 202 ◦ green 36 ◦ blue 66

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

Shades of Brick Red #CA2442

Tints of Brick Red #CA2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 66.45%
G = 11.84%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2442 (or 0xCA2442) is known color: Brick Red. HEX triplet: CA, 24 and 42. RGB value is (202,36,66). Sum of RGB (Red+Green+Blue) = 202+36+66=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2442 is #35DBBD. Grayscale: #595959. Windows color (decimal): -3529662 or 4334794. OLE color: 4334794.

HSL color Cylindrical-coordinate representation of color #CA2442: hue angle of 349.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2442 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 66 -
CMYK 0 0.82 0.67 0.21
HSL 349.16º 0.7% 0.47% -
HSV(B) 349.16º 0.82% 0.79% -
XYZ 25.97 14.21 6.53 -
YUV 89.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 202 36 66 0 0.82 0.67 0.21 349.16 0.7 0.47
Hex CA 24 42 0 52 43 15 15D 46 2F
Octal 312 44 102 0 122 103 25 535 106 57
Binary 11001010 100100 1000010 0 1010010 1000011 10101 101011101 1000110 101111

Color Harmonies of #CA2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2442

Black with #CA2442

Text Example


Text Example

White with #CA2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2442; }

 p { color: rgb(202,36,66); }

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

background-color css

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

 a { background-color: rgb(202,36,66); }

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

border-color css

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

 span { border-color: rgb(202,36,66); }

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