Html Css Color HEX #CF0926 Fire Engine Red

📋 copy color: '#CF0926'

red 207 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #CF0926

Tints of Fire Engine Red #CF0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 81.5%
G = 3.54%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0926 (or 0xCF0926) is known color: Fire Engine Red. HEX triplet: CF, 09 and 26. RGB value is (207,9,38). Sum of RGB (Red+Green+Blue) = 207+9+38=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0926 is #30F6D9. Grayscale: #474747. Windows color (decimal): -3208922 or 2492879. OLE color: 2492879.

HSL color Cylindrical-coordinate representation of color #CF0926: hue angle of 351.21º 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 #CF0926 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 38 -
CMYK 0 0.96 0.82 0.19
HSL 351.21º 0.92% 0.42% -
HSV(B) 351.21º 0.96% 0.81% -
XYZ 26.18 13.6 3.08 -
YUV 71.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 207 9 38 0 0.96 0.82 0.19 351.21 0.92 0.42
Hex CF 9 26 0 60 52 13 15F 5C 2A
Octal 317 11 46 0 140 122 23 537 134 52
Binary 11001111 1001 100110 0 1100000 1010010 10011 101011111 1011100 101010

Color Harmonies of #CF0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0926

Black with #CF0926

Text Example


Text Example

White with #CF0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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