Html Css Color HEX #CD072A Fire Engine Red

📋 copy color: '#CD072A'

red 205 ◦ green 7 ◦ blue 42

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

Shades of Fire Engine Red #CD072A

Tints of Fire Engine Red #CD072A

RGB

 RED value IS 205 (80.47% from 255) = 80.71%

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 80.71%
G = 2.76%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD072A (or 0xCD072A) is known color: Fire Engine Red. HEX triplet: CD, 07 and 2A. RGB value is (205,7,42). Sum of RGB (Red+Green+Blue) = 205+7+42=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD072A is #32F8D5. Grayscale: #464646. Windows color (decimal): -3340502 or 2754509. OLE color: 2754509.

HSL color Cylindrical-coordinate representation of color #CD072A: hue angle of 349.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD072A is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 7 42 -
CMYK 0 0.97 0.80 0.20
HSL 349.39º 0.93% 0.42% -
HSV(B) 349.39º 0.97% 0.8% -
XYZ 25.67 13.3 3.4 -
YUV 70.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 205 7 42 0 0.97 0.80 0.20 349.39 0.93 0.42
Hex CD 7 2A 0 61 50 14 15D 5D 2A
Octal 315 7 52 0 141 120 24 535 135 52
Binary 11001101 111 101010 0 1100001 1010000 10100 101011101 1011101 101010

Color Harmonies of #CD072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD072A

Black with #CD072A

Text Example


Text Example

White with #CD072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD072A; }

 p { color: rgb(205,7,42); }

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

background-color css

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

 a { background-color: rgb(205,7,42); }

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

border-color css

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

 span { border-color: rgb(205,7,42); }

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