Html Css Color HEX #CF0625 Fire Engine Red

📋 copy color: '#CF0625'

red 207 ◦ green 6 ◦ blue 37

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

Shades of Fire Engine Red #CF0625

Tints of Fire Engine Red #CF0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 82.8%
G = 2.4%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0625 (or 0xCF0625) is known color: Fire Engine Red. HEX triplet: CF, 06 and 25. RGB value is (207,6,37). Sum of RGB (Red+Green+Blue) = 207+6+37=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0625 is #30F9DA. Grayscale: #454545. Windows color (decimal): -3209691 or 2426575. OLE color: 2426575.

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

Color convert

RGB 207 6 37 -
CMYK 0 0.97 0.82 0.19
HSL 350.75º 0.94% 0.42% -
HSV(B) 350.75º 0.97% 0.81% -
XYZ 26.13 13.53 2.98 -
YUV 69.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 207 6 37 0 0.97 0.82 0.19 350.75 0.94 0.42
Hex CF 6 25 0 61 52 13 15F 5E 2A
Octal 317 6 45 0 141 122 23 537 136 52
Binary 11001111 110 100101 0 1100001 1010010 10011 101011111 1011110 101010

Color Harmonies of #CF0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0625

Black with #CF0625

Text Example


Text Example

White with #CF0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0625; }

 p { color: rgb(207,6,37); }

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

background-color css

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

 a { background-color: rgb(207,6,37); }

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

border-color css

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

 span { border-color: rgb(207,6,37); }

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