Html Css Color HEX #CD052A Fire Engine Red

📋 copy color: '#CD052A'

red 205 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #CD052A

Tints of Fire Engine Red #CD052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 81.35%
G = 1.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD052A (or 0xCD052A) is known color: Fire Engine Red. HEX triplet: CD, 05 and 2A. RGB value is (205,5,42). Sum of RGB (Red+Green+Blue) = 205+5+42=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD052A is #32FAD5. Grayscale: #454545. Windows color (decimal): -3341014 or 2753997. OLE color: 2753997.

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

Color convert

RGB 205 5 42 -
CMYK 0 0.98 0.80 0.20
HSL 348.9º 0.95% 0.41% -
HSV(B) 348.9º 0.98% 0.8% -
XYZ 25.65 13.25 3.4 -
YUV 69.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 205 5 42 0 0.98 0.80 0.20 348.9 0.95 0.41
Hex CD 5 2A 0 62 50 14 15D 5F 29
Octal 315 5 52 0 142 120 24 535 137 51
Binary 11001101 101 101010 0 1100010 1010000 10100 101011101 1011111 101001

Color Harmonies of #CD052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD052A

Black with #CD052A

Text Example


Text Example

White with #CD052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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