Html Css Color HEX #CF1521 Fire Engine Red

📋 copy color: '#CF1521'

red 207 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #CF1521

Tints of Fire Engine Red #CF1521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 79.31%
G = 8.05%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF1521 (or 0xCF1521) is known color: Fire Engine Red. HEX triplet: CF, 15 and 21. RGB value is (207,21,33). Sum of RGB (Red+Green+Blue) = 207+21+33=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1521 is #30EADE. Grayscale: #4E4E4E. Windows color (decimal): -3205855 or 2168271. OLE color: 2168271.

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

Color convert

RGB 207 21 33 -
CMYK 0 0.90 0.84 0.19
HSL 356.13º 0.82% 0.45% -
HSV(B) 356.13º 0.9% 0.81% -
XYZ 26.27 13.91 2.74 -
YUV 77.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 207 21 33 0 0.90 0.84 0.19 356.13 0.82 0.45
Hex CF 15 21 0 5A 54 13 164 52 2D
Octal 317 25 41 0 132 124 23 544 122 55
Binary 11001111 10101 100001 0 1011010 1010100 10011 101100100 1010010 101101

Color Harmonies of #CF1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1521

Black with #CF1521

Text Example


Text Example

White with #CF1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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