Html Css Color HEX #CF1D2A Fire Engine Red

📋 copy color: '#CF1D2A'

red 207 ◦ green 29 ◦ blue 42

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

Shades of Fire Engine Red #CF1D2A

Tints of Fire Engine Red #CF1D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 74.46%
G = 10.43%
B = 15.11%

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

#CF1D2A (or 0xCF1D2A) is known color: Fire Engine Red. HEX triplet: CF, 1D and 2A. RGB value is (207,29,42). Sum of RGB (Red+Green+Blue) = 207+29+42=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D2A is #30E2D5. Grayscale: #535353. Windows color (decimal): -3203798 or 2760143. OLE color: 2760143.

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

Color convert

RGB 207 29 42 -
CMYK 0 0.86 0.80 0.19
HSL 355.62º 0.75% 0.46% -
HSV(B) 355.62º 0.86% 0.81% -
XYZ 26.59 14.31 3.55 -
YUV 83.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 207 29 42 0 0.86 0.80 0.19 355.62 0.75 0.46
Hex CF 1D 2A 0 56 50 13 164 4B 2E
Octal 317 35 52 0 126 120 23 544 113 56
Binary 11001111 11101 101010 0 1010110 1010000 10011 101100100 1001011 101110

Color Harmonies of #CF1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D2A

Black with #CF1D2A

Text Example


Text Example

White with #CF1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D2A; }

 p { color: rgb(207,29,42); }

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

background-color css

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

 a { background-color: rgb(207,29,42); }

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

border-color css

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

 span { border-color: rgb(207,29,42); }

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