Html Css Color HEX #CD032A Fire Engine Red

📋 copy color: '#CD032A'

red 205 ◦ green 3 ◦ blue 42

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

Shades of Fire Engine Red #CD032A

Tints of Fire Engine Red #CD032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 82%
G = 1.2%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD032A (or 0xCD032A) is known color: Fire Engine Red. HEX triplet: CD, 03 and 2A. RGB value is (205,3,42). Sum of RGB (Red+Green+Blue) = 205+3+42=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD032A is #32FCD5. Grayscale: #434343. Windows color (decimal): -3341526 or 2753485. OLE color: 2753485.

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

Color convert

RGB 205 3 42 -
CMYK 0 0.99 0.80 0.20
HSL 348.42º 0.97% 0.41% -
HSV(B) 348.42º 0.99% 0.8% -
XYZ 25.63 13.21 3.39 -
YUV 67.84 113.42 225.83 -
System Red Green Blue C M Y K H S L
Decimal 205 3 42 0 0.99 0.80 0.20 348.42 0.97 0.41
Hex CD 3 2A 0 63 50 14 15C 61 29
Octal 315 3 52 0 143 120 24 534 141 51
Binary 11001101 11 101010 0 1100011 1010000 10100 101011100 1100001 101001

Color Harmonies of #CD032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD032A

Black with #CD032A

Text Example


Text Example

White with #CD032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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