Html Css Color HEX #CF2627 Fire Engine Red

📋 copy color: '#CF2627'

red 207 ◦ green 38 ◦ blue 39

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

Shades of Fire Engine Red #CF2627

Tints of Fire Engine Red #CF2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 72.89%
G = 13.38%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2627 (or 0xCF2627) is known color: Fire Engine Red. HEX triplet: CF, 26 and 27. RGB value is (207,38,39). Sum of RGB (Red+Green+Blue) = 207+38+39=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2627 is #30D9D8. Grayscale: #585858. Windows color (decimal): -3201497 or 2565839. OLE color: 2565839.

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

Color convert

RGB 207 38 39 -
CMYK 0 0.82 0.81 0.19
HSL 359.65º 0.69% 0.48% -
HSV(B) 359.65º 0.82% 0.81% -
XYZ 26.79 14.8 3.36 -
YUV 88.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 207 38 39 0 0.82 0.81 0.19 359.65 0.69 0.48
Hex CF 26 27 0 52 51 13 168 45 30
Octal 317 46 47 0 122 121 23 550 105 60
Binary 11001111 100110 100111 0 1010010 1010001 10011 101101000 1000101 110000

Color Harmonies of #CF2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2627

Black with #CF2627

Text Example


Text Example

White with #CF2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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