Html Css Color HEX #CA2F41 Brick Red

📋 copy color: '#CA2F41'

red 202 ◦ green 47 ◦ blue 65

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

Shades of Brick Red #CA2F41

Tints of Brick Red #CA2F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 64.33%
G = 14.97%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2F41 (or 0xCA2F41) is known color: Brick Red. HEX triplet: CA, 2F and 41. RGB value is (202,47,65). Sum of RGB (Red+Green+Blue) = 202+47+65=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F41 is #35D0BE. Grayscale: #5F5F5F. Windows color (decimal): -3526847 or 4272074. OLE color: 4272074.

HSL color Cylindrical-coordinate representation of color #CA2F41: hue angle of 353.03º 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 #CA2F41 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 65 -
CMYK 0 0.77 0.68 0.21
HSL 353.03º 0.62% 0.49% -
HSV(B) 353.03º 0.77% 0.79% -
XYZ 26.33 14.97 6.5 -
YUV 95.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 202 47 65 0 0.77 0.68 0.21 353.03 0.62 0.49
Hex CA 2F 41 0 4D 44 15 161 3E 31
Octal 312 57 101 0 115 104 25 541 76 61
Binary 11001010 101111 1000001 0 1001101 1000100 10101 101100001 111110 110001

Color Harmonies of #CA2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F41

Black with #CA2F41

Text Example


Text Example

White with #CA2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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