Html Css Color HEX #CF1B2E Fire Engine Red

📋 copy color: '#CF1B2E'

red 207 ◦ green 27 ◦ blue 46

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

Shades of Fire Engine Red #CF1B2E

Tints of Fire Engine Red #CF1B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.64%

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

R = 73.93%
G = 9.64%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF1B2E (or 0xCF1B2E) is known color: Fire Engine Red. HEX triplet: CF, 1B and 2E. RGB value is (207,27,46). Sum of RGB (Red+Green+Blue) = 207+27+46=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1B2E is #30E4D1. Grayscale: #535353. Windows color (decimal): -3204306 or 3021775. OLE color: 3021775.

HSL color Cylindrical-coordinate representation of color #CF1B2E: hue angle of 353.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1B2E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 27 46 -
CMYK 0 0.87 0.78 0.19
HSL 353.67º 0.77% 0.46% -
HSV(B) 353.67º 0.87% 0.81% -
XYZ 26.62 14.25 3.93 -
YUV 82.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 207 27 46 0 0.87 0.78 0.19 353.67 0.77 0.46
Hex CF 1B 2E 0 57 4E 13 162 4D 2E
Octal 317 33 56 0 127 116 23 542 115 56
Binary 11001111 11011 101110 0 1010111 1001110 10011 101100010 1001101 101110

Color Harmonies of #CF1B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1B2E

Black with #CF1B2E

Text Example


Text Example

White with #CF1B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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