Html Css Color HEX #CF0526 Fire Engine Red

📋 copy color: '#CF0526'

red 207 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #CF0526

Tints of Fire Engine Red #CF0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 82.8%
G = 2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0526 (or 0xCF0526) is known color: Fire Engine Red. HEX triplet: CF, 05 and 26. RGB value is (207,5,38). Sum of RGB (Red+Green+Blue) = 207+5+38=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0526 is #30FAD9. Grayscale: #454545. Windows color (decimal): -3209946 or 2491855. OLE color: 2491855.

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

Color convert

RGB 207 5 38 -
CMYK 0 0.98 0.82 0.19
HSL 350.2º 0.95% 0.42% -
HSV(B) 350.2º 0.98% 0.81% -
XYZ 26.14 13.51 3.06 -
YUV 69.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 207 5 38 0 0.98 0.82 0.19 350.2 0.95 0.42
Hex CF 5 26 0 62 52 13 15E 5F 2A
Octal 317 5 46 0 142 122 23 536 137 52
Binary 11001111 101 100110 0 1100010 1010010 10011 101011110 1011111 101010

Color Harmonies of #CF0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0526

Black with #CF0526

Text Example


Text Example

White with #CF0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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