Html Css Color HEX #CF132B Fire Engine Red

📋 copy color: '#CF132B'

red 207 ◦ green 19 ◦ blue 43

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

Shades of Fire Engine Red #CF132B

Tints of Fire Engine Red #CF132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 76.95%
G = 7.06%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF132B (or 0xCF132B) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2B. RGB value is (207,19,43). Sum of RGB (Red+Green+Blue) = 207+19+43=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132B is #30ECD4. Grayscale: #4E4E4E. Windows color (decimal): -3206357 or 2823119. OLE color: 2823119.

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

Color convert

RGB 207 19 43 -
CMYK 0 0.91 0.79 0.19
HSL 352.34º 0.83% 0.44% -
HSV(B) 352.34º 0.91% 0.81% -
XYZ 26.4 13.91 3.58 -
YUV 77.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 207 19 43 0 0.91 0.79 0.19 352.34 0.83 0.44
Hex CF 13 2B 0 5B 4F 13 160 53 2C
Octal 317 23 53 0 133 117 23 540 123 54
Binary 11001111 10011 101011 0 1011011 1001111 10011 101100000 1010011 101100

Color Harmonies of #CF132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF132B

Black with #CF132B

Text Example


Text Example

White with #CF132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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