Html Css Color HEX #CF1527 Fire Engine Red

📋 copy color: '#CF1527'

red 207 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #CF1527

Tints of Fire Engine Red #CF1527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 77.53%
G = 7.87%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1527 (or 0xCF1527) is known color: Fire Engine Red. HEX triplet: CF, 15 and 27. RGB value is (207,21,39). Sum of RGB (Red+Green+Blue) = 207+21+39=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1527 is #30EAD8. Grayscale: #4E4E4E. Windows color (decimal): -3205849 or 2561487. OLE color: 2561487.

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

Color convert

RGB 207 21 39 -
CMYK 0 0.90 0.81 0.19
HSL 354.19º 0.82% 0.45% -
HSV(B) 354.19º 0.9% 0.81% -
XYZ 26.37 13.95 3.22 -
YUV 78.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 207 21 39 0 0.90 0.81 0.19 354.19 0.82 0.45
Hex CF 15 27 0 5A 51 13 162 52 2D
Octal 317 25 47 0 132 121 23 542 122 55
Binary 11001111 10101 100111 0 1011010 1010001 10011 101100010 1010010 101101

Color Harmonies of #CF1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1527

Black with #CF1527

Text Example


Text Example

White with #CF1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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