Html Css Color HEX #CF132A Fire Engine Red

📋 copy color: '#CF132A'

red 207 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #CF132A

Tints of Fire Engine Red #CF132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 77.24%
G = 7.09%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF132A (or 0xCF132A) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2A. RGB value is (207,19,42). Sum of RGB (Red+Green+Blue) = 207+19+42=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132A is #30ECD5. Grayscale: #4D4D4D. Windows color (decimal): -3206358 or 2757583. OLE color: 2757583.

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

Color convert

RGB 207 19 42 -
CMYK 0 0.91 0.80 0.19
HSL 352.66º 0.83% 0.44% -
HSV(B) 352.66º 0.91% 0.81% -
XYZ 26.38 13.9 3.48 -
YUV 77.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 207 19 42 0 0.91 0.80 0.19 352.66 0.83 0.44
Hex CF 13 2A 0 5B 50 13 161 53 2C
Octal 317 23 52 0 133 120 23 541 123 54
Binary 11001111 10011 101010 0 1011011 1010000 10011 101100001 1010011 101100

Color Harmonies of #CF132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF132A

Black with #CF132A

Text Example


Text Example

White with #CF132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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