Html Css Color HEX #CF1328 Fire Engine Red

📋 copy color: '#CF1328'

red 207 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #CF1328

Tints of Fire Engine Red #CF1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 77.82%
G = 7.14%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1328 (or 0xCF1328) is known color: Fire Engine Red. HEX triplet: CF, 13 and 28. RGB value is (207,19,40). Sum of RGB (Red+Green+Blue) = 207+19+40=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1328 is #30ECD7. Grayscale: #4D4D4D. Windows color (decimal): -3206360 or 2626511. OLE color: 2626511.

HSL color Cylindrical-coordinate representation of color #CF1328: hue angle of 353.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1328 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 40 -
CMYK 0 0.91 0.81 0.19
HSL 353.3º 0.83% 0.44% -
HSV(B) 353.3º 0.91% 0.81% -
XYZ 26.35 13.88 3.3 -
YUV 77.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 207 19 40 0 0.91 0.81 0.19 353.3 0.83 0.44
Hex CF 13 28 0 5B 51 13 161 53 2C
Octal 317 23 50 0 133 121 23 541 123 54
Binary 11001111 10011 101000 0 1011011 1010001 10011 101100001 1010011 101100

Color Harmonies of #CF1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1328

Black with #CF1328

Text Example


Text Example

White with #CF1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1328; }

 p { color: rgb(207,19,40); }

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

background-color css

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

 a { background-color: rgb(207,19,40); }

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

border-color css

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

 span { border-color: rgb(207,19,40); }

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