Html Css Color HEX #CF151A Fire Engine Red

📋 copy color: '#CF151A'

red 207 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #CF151A

Tints of Fire Engine Red #CF151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 81.5%
G = 8.27%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF151A (or 0xCF151A) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1A. RGB value is (207,21,26). Sum of RGB (Red+Green+Blue) = 207+21+26=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151A is #30EAE5. Grayscale: #4D4D4D. Windows color (decimal): -3205862 or 1709519. OLE color: 1709519.

HSL color Cylindrical-coordinate representation of color #CF151A: hue angle of 358.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF151A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 26 -
CMYK 0 0.90 0.87 0.19
HSL 358.39º 0.82% 0.45% -
HSV(B) 358.39º 0.9% 0.81% -
XYZ 26.19 13.88 2.28 -
YUV 77.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 207 21 26 0 0.90 0.87 0.19 358.39 0.82 0.45
Hex CF 15 1A 0 5A 57 13 166 52 2D
Octal 317 25 32 0 132 127 23 546 122 55
Binary 11001111 10101 11010 0 1011010 1010111 10011 101100110 1010010 101101

Color Harmonies of #CF151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF151A

Black with #CF151A

Text Example


Text Example

White with #CF151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF151A; }

 p { color: rgb(207,21,26); }

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

background-color css

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

 a { background-color: rgb(207,21,26); }

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

border-color css

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

 span { border-color: rgb(207,21,26); }

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