Html Css Color HEX #CF092A Fire Engine Red

📋 copy color: '#CF092A'

red 207 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #CF092A

Tints of Fire Engine Red #CF092A

RGB

 RED value IS 207 (81.25% from 255) = 80.23%

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

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 80.23%
G = 3.49%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF092A (or 0xCF092A) is known color: Fire Engine Red. HEX triplet: CF, 09 and 2A. RGB value is (207,9,42). Sum of RGB (Red+Green+Blue) = 207+9+42=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF092A is #30F6D5. Grayscale: #484848. Windows color (decimal): -3208918 or 2755023. OLE color: 2755023.

HSL color Cylindrical-coordinate representation of color #CF092A: hue angle of 350º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF092A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 42 -
CMYK 0 0.96 0.80 0.19
HSL 350º 0.92% 0.42% -
HSV(B) 350º 0.96% 0.81% -
XYZ 26.25 13.63 3.44 -
YUV 71.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 207 9 42 0 0.96 0.80 0.19 350 0.92 0.42
Hex CF 9 2A 0 60 50 13 15E 5C 2A
Octal 317 11 52 0 140 120 23 536 134 52
Binary 11001111 1001 101010 0 1100000 1010000 10011 101011110 1011100 101010

Color Harmonies of #CF092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF092A

Black with #CF092A

Text Example


Text Example

White with #CF092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF092A; }

 p { color: rgb(207,9,42); }

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

background-color css

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

 a { background-color: rgb(207,9,42); }

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

border-color css

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

 span { border-color: rgb(207,9,42); }

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