Html Css Color HEX #CF1726 Fire Engine Red

📋 copy color: '#CF1726'

red 207 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #CF1726

Tints of Fire Engine Red #CF1726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 77.24%
G = 8.58%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF1726 (or 0xCF1726) is known color: Fire Engine Red. HEX triplet: CF, 17 and 26. RGB value is (207,23,38). Sum of RGB (Red+Green+Blue) = 207+23+38=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1726 is #30E8D9. Grayscale: #4F4F4F. Windows color (decimal): -3205338 or 2496463. OLE color: 2496463.

HSL color Cylindrical-coordinate representation of color #CF1726: hue angle of 355.11º 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 #CF1726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 38 -
CMYK 0 0.89 0.82 0.19
HSL 355.11º 0.8% 0.45% -
HSV(B) 355.11º 0.89% 0.81% -
XYZ 26.39 14.02 3.15 -
YUV 79.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 207 23 38 0 0.89 0.82 0.19 355.11 0.8 0.45
Hex CF 17 26 0 59 52 13 163 50 2D
Octal 317 27 46 0 131 122 23 543 120 55
Binary 11001111 10111 100110 0 1011001 1010010 10011 101100011 1010000 101101

Color Harmonies of #CF1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1726

Black with #CF1726

Text Example


Text Example

White with #CF1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1726; }

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

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

background-color css

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

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

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

border-color css

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

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

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