Html Css Color HEX #CF1C29 Fire Engine Red

📋 copy color: '#CF1C29'

red 207 ◦ green 28 ◦ blue 41

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

Shades of Fire Engine Red #CF1C29

Tints of Fire Engine Red #CF1C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 75%
G = 10.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF1C29 (or 0xCF1C29) is known color: Fire Engine Red. HEX triplet: CF, 1C and 29. RGB value is (207,28,41). Sum of RGB (Red+Green+Blue) = 207+28+41=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C29 is #30E3D6. Grayscale: #535353. Windows color (decimal): -3204055 or 2694351. OLE color: 2694351.

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

Color convert

RGB 207 28 41 -
CMYK 0 0.86 0.80 0.19
HSL 355.64º 0.76% 0.46% -
HSV(B) 355.64º 0.86% 0.81% -
XYZ 26.55 14.26 3.45 -
YUV 83 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 207 28 41 0 0.86 0.80 0.19 355.64 0.76 0.46
Hex CF 1C 29 0 56 50 13 164 4C 2E
Octal 317 34 51 0 126 120 23 544 114 56
Binary 11001111 11100 101001 0 1010110 1010000 10011 101100100 1001100 101110

Color Harmonies of #CF1C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C29

Black with #CF1C29

Text Example


Text Example

White with #CF1C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C29; }

 p { color: rgb(207,28,41); }

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

background-color css

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

 a { background-color: rgb(207,28,41); }

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

border-color css

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

 span { border-color: rgb(207,28,41); }

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