Html Css Color HEX #CA0927 Fire Engine Red

📋 copy color: '#CA0927'

red 202 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #CA0927

Tints of Fire Engine Red #CA0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 80.8%
G = 3.6%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA0927 (or 0xCA0927) is known color: Fire Engine Red. HEX triplet: CA, 09 and 27. RGB value is (202,9,39). Sum of RGB (Red+Green+Blue) = 202+9+39=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0927 is #35F6D8. Grayscale: #464646. Windows color (decimal): -3536601 or 2558410. OLE color: 2558410.

HSL color Cylindrical-coordinate representation of color #CA0927: hue angle of 350.67º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0927 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 39 -
CMYK 0 0.96 0.81 0.21
HSL 350.67º 0.91% 0.41% -
HSV(B) 350.67º 0.96% 0.79% -
XYZ 24.82 12.9 3.1 -
YUV 70.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 202 9 39 0 0.96 0.81 0.21 350.67 0.91 0.41
Hex CA 9 27 0 60 51 15 15F 5B 29
Octal 312 11 47 0 140 121 25 537 133 51
Binary 11001010 1001 100111 0 1100000 1010001 10101 101011111 1011011 101001

Color Harmonies of #CA0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0927

Black with #CA0927

Text Example


Text Example

White with #CA0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0927; }

 p { color: rgb(202,9,39); }

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

background-color css

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

 a { background-color: rgb(202,9,39); }

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

border-color css

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

 span { border-color: rgb(202,9,39); }

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