Html Css Color HEX #CF1825 Fire Engine Red

📋 copy color: '#CF1825'

red 207 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #CF1825

Tints of Fire Engine Red #CF1825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 77.24%
G = 8.96%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF1825 (or 0xCF1825) is known color: Fire Engine Red. HEX triplet: CF, 18 and 25. RGB value is (207,24,37). Sum of RGB (Red+Green+Blue) = 207+24+37=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1825 is #30E7DA. Grayscale: #505050. Windows color (decimal): -3205083 or 2431183. OLE color: 2431183.

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

Color convert

RGB 207 24 37 -
CMYK 0 0.88 0.82 0.19
HSL 355.74º 0.79% 0.45% -
HSV(B) 355.74º 0.88% 0.81% -
XYZ 26.39 14.05 3.07 -
YUV 80.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 207 24 37 0 0.88 0.82 0.19 355.74 0.79 0.45
Hex CF 18 25 0 58 52 13 164 4F 2D
Octal 317 30 45 0 130 122 23 544 117 55
Binary 11001111 11000 100101 0 1011000 1010010 10011 101100100 1001111 101101

Color Harmonies of #CF1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1825

Black with #CF1825

Text Example


Text Example

White with #CF1825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1825; }

 p { color: rgb(207,24,37); }

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

background-color css

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

 a { background-color: rgb(207,24,37); }

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

border-color css

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

 span { border-color: rgb(207,24,37); }

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