Html Css Color HEX #CF1C23 Fire Engine Red

📋 copy color: '#CF1C23'

red 207 ◦ green 28 ◦ blue 35

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

Shades of Fire Engine Red #CF1C23

Tints of Fire Engine Red #CF1C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 76.67%
G = 10.37%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF1C23 (or 0xCF1C23) is known color: Fire Engine Red. HEX triplet: CF, 1C and 23. RGB value is (207,28,35). Sum of RGB (Red+Green+Blue) = 207+28+35=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C23 is #30E3DC. Grayscale: #525252. Windows color (decimal): -3204061 or 2301135. OLE color: 2301135.

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

Color convert

RGB 207 28 35 -
CMYK 0 0.86 0.83 0.19
HSL 357.65º 0.76% 0.46% -
HSV(B) 357.65º 0.86% 0.81% -
XYZ 26.45 14.22 2.94 -
YUV 82.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 207 28 35 0 0.86 0.83 0.19 357.65 0.76 0.46
Hex CF 1C 23 0 56 53 13 166 4C 2E
Octal 317 34 43 0 126 123 23 546 114 56
Binary 11001111 11100 100011 0 1010110 1010011 10011 101100110 1001100 101110

Color Harmonies of #CF1C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C23

Black with #CF1C23

Text Example


Text Example

White with #CF1C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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