Html Css Color HEX #CF1E2E Fire Engine Red

📋 copy color: '#CF1E2E'

red 207 ◦ green 30 ◦ blue 46

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

Shades of Fire Engine Red #CF1E2E

Tints of Fire Engine Red #CF1E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 73.14%
G = 10.6%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF1E2E (or 0xCF1E2E) is known color: Fire Engine Red. HEX triplet: CF, 1E and 2E. RGB value is (207,30,46). Sum of RGB (Red+Green+Blue) = 207+30+46=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2E is #30E1D1. Grayscale: #545454. Windows color (decimal): -3203538 or 3022543. OLE color: 3022543.

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

Color convert

RGB 207 30 46 -
CMYK 0 0.86 0.78 0.19
HSL 354.58º 0.75% 0.46% -
HSV(B) 354.58º 0.86% 0.81% -
XYZ 26.69 14.39 3.96 -
YUV 84.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 207 30 46 0 0.86 0.78 0.19 354.58 0.75 0.46
Hex CF 1E 2E 0 56 4E 13 163 4B 2E
Octal 317 36 56 0 126 116 23 543 113 56
Binary 11001111 11110 101110 0 1010110 1001110 10011 101100011 1001011 101110

Color Harmonies of #CF1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E2E

Black with #CF1E2E

Text Example


Text Example

White with #CF1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E2E; }

 p { color: rgb(207,30,46); }

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

background-color css

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

 a { background-color: rgb(207,30,46); }

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

border-color css

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

 span { border-color: rgb(207,30,46); }

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