Html Css Color HEX #CF102A Fire Engine Red

📋 copy color: '#CF102A'

red 207 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #CF102A

Tints of Fire Engine Red #CF102A

RGB

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

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

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

R = 78.11%
G = 6.04%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF102A (or 0xCF102A) is known color: Fire Engine Red. HEX triplet: CF, 10 and 2A. RGB value is (207,16,42). Sum of RGB (Red+Green+Blue) = 207+16+42=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF102A is #30EFD5. Grayscale: #4C4C4C. Windows color (decimal): -3207126 or 2756815. OLE color: 2756815.

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

Color convert

RGB 207 16 42 -
CMYK 0 0.92 0.80 0.19
HSL 351.83º 0.86% 0.44% -
HSV(B) 351.83º 0.92% 0.81% -
XYZ 26.34 13.8 3.47 -
YUV 76.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 207 16 42 0 0.92 0.80 0.19 351.83 0.86 0.44
Hex CF 10 2A 0 5C 50 13 160 56 2C
Octal 317 20 52 0 134 120 23 540 126 54
Binary 11001111 10000 101010 0 1011100 1010000 10011 101100000 1010110 101100

Color Harmonies of #CF102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF102A

Black with #CF102A

Text Example


Text Example

White with #CF102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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