Html Css Color HEX #CF2126 Fire Engine Red

📋 copy color: '#CF2126'

red 207 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #CF2126

Tints of Fire Engine Red #CF2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 74.46%
G = 11.87%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2126 (or 0xCF2126) is known color: Fire Engine Red. HEX triplet: CF, 21 and 26. RGB value is (207,33,38). Sum of RGB (Red+Green+Blue) = 207+33+38=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2126 is #30DED9. Grayscale: #555555. Windows color (decimal): -3202778 or 2499023. OLE color: 2499023.

HSL color Cylindrical-coordinate representation of color #CF2126: hue angle of 358.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2126 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 38 -
CMYK 0 0.84 0.82 0.19
HSL 358.28º 0.73% 0.47% -
HSV(B) 358.28º 0.84% 0.81% -
XYZ 26.63 14.49 3.23 -
YUV 85.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 207 33 38 0 0.84 0.82 0.19 358.28 0.73 0.47
Hex CF 21 26 0 54 52 13 166 48 2F
Octal 317 41 46 0 124 122 23 546 110 57
Binary 11001111 100001 100110 0 1010100 1010010 10011 101100110 1001000 101111

Color Harmonies of #CF2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2126

Black with #CF2126

Text Example


Text Example

White with #CF2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2126; }

 p { color: rgb(207,33,38); }

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

background-color css

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

 a { background-color: rgb(207,33,38); }

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

border-color css

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

 span { border-color: rgb(207,33,38); }

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