Html Css Color HEX #CF101B Fire Engine Red

📋 copy color: '#CF101B'

red 207 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #CF101B

Tints of Fire Engine Red #CF101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 82.8%
G = 6.4%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF101B (or 0xCF101B) is known color: Fire Engine Red. HEX triplet: CF, 10 and 1B. RGB value is (207,16,27). Sum of RGB (Red+Green+Blue) = 207+16+27=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF101B is #30EFE4. Grayscale: #4A4A4A. Windows color (decimal): -3207141 or 1773775. OLE color: 1773775.

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

Color convert

RGB 207 16 27 -
CMYK 0 0.92 0.87 0.19
HSL 356.54º 0.86% 0.44% -
HSV(B) 356.54º 0.92% 0.81% -
XYZ 26.12 13.72 2.31 -
YUV 74.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 207 16 27 0 0.92 0.87 0.19 356.54 0.86 0.44
Hex CF 10 1B 0 5C 57 13 165 56 2C
Octal 317 20 33 0 134 127 23 545 126 54
Binary 11001111 10000 11011 0 1011100 1010111 10011 101100101 1010110 101100

Color Harmonies of #CF101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF101B

Black with #CF101B

Text Example


Text Example

White with #CF101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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