Html Css Color HEX #CF1729 Fire Engine Red

📋 copy color: '#CF1729'

red 207 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #CF1729

Tints of Fire Engine Red #CF1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 76.38%
G = 8.49%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF1729 (or 0xCF1729) is known color: Fire Engine Red. HEX triplet: CF, 17 and 29. RGB value is (207,23,41). Sum of RGB (Red+Green+Blue) = 207+23+41=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1729 is #30E8D6. Grayscale: #505050. Windows color (decimal): -3205335 or 2693071. OLE color: 2693071.

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

Color convert

RGB 207 23 41 -
CMYK 0 0.89 0.80 0.19
HSL 354.13º 0.8% 0.45% -
HSV(B) 354.13º 0.89% 0.81% -
XYZ 26.44 14.04 3.41 -
YUV 80.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 207 23 41 0 0.89 0.80 0.19 354.13 0.8 0.45
Hex CF 17 29 0 59 50 13 162 50 2D
Octal 317 27 51 0 131 120 23 542 120 55
Binary 11001111 10111 101001 0 1011001 1010000 10011 101100010 1010000 101101

Color Harmonies of #CF1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1729

Black with #CF1729

Text Example


Text Example

White with #CF1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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