Html Css Color HEX #CF1E2A Fire Engine Red

📋 copy color: '#CF1E2A'

red 207 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #CF1E2A

Tints of Fire Engine Red #CF1E2A

RGB

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

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

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

R = 74.19%
G = 10.75%
B = 15.05%

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

#CF1E2A (or 0xCF1E2A) is known color: Fire Engine Red. HEX triplet: CF, 1E and 2A. RGB value is (207,30,42). Sum of RGB (Red+Green+Blue) = 207+30+42=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2A is #30E1D5. Grayscale: #545454. Windows color (decimal): -3203542 or 2760399. OLE color: 2760399.

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

Color convert

RGB 207 30 42 -
CMYK 0 0.86 0.80 0.19
HSL 355.93º 0.75% 0.46% -
HSV(B) 355.93º 0.86% 0.81% -
XYZ 26.61 14.36 3.56 -
YUV 84.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 207 30 42 0 0.86 0.80 0.19 355.93 0.75 0.46
Hex CF 1E 2A 0 56 50 13 164 4B 2E
Octal 317 36 52 0 126 120 23 544 113 56
Binary 11001111 11110 101010 0 1010110 1010000 10011 101100100 1001011 101110

Color Harmonies of #CF1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E2A

Black with #CF1E2A

Text Example


Text Example

White with #CF1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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