Html Css Color HEX #CA2F44 Brick Red

📋 copy color: '#CA2F44'

red 202 ◦ green 47 ◦ blue 68

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

Shades of Brick Red #CA2F44

Tints of Brick Red #CA2F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 63.72%
G = 14.83%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2F44 (or 0xCA2F44) is known color: Brick Red. HEX triplet: CA, 2F and 44. RGB value is (202,47,68). Sum of RGB (Red+Green+Blue) = 202+47+68=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F44 is #35D0BB. Grayscale: #5F5F5F. Windows color (decimal): -3526844 or 4468682. OLE color: 4468682.

HSL color Cylindrical-coordinate representation of color #CA2F44: hue angle of 351.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F44 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 68 -
CMYK 0 0.77 0.66 0.21
HSL 351.87º 0.62% 0.49% -
HSV(B) 351.87º 0.77% 0.79% -
XYZ 26.42 15.01 6.97 -
YUV 95.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 202 47 68 0 0.77 0.66 0.21 351.87 0.62 0.49
Hex CA 2F 44 0 4D 42 15 160 3E 31
Octal 312 57 104 0 115 102 25 540 76 61
Binary 11001010 101111 1000100 0 1001101 1000010 10101 101100000 111110 110001

Color Harmonies of #CA2F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F44

Black with #CA2F44

Text Example


Text Example

White with #CA2F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F44; }

 p { color: rgb(202,47,68); }

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

background-color css

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

 a { background-color: rgb(202,47,68); }

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

border-color css

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

 span { border-color: rgb(202,47,68); }

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