Html Css Color HEX #CD232D Fire Engine Red

📋 copy color: '#CD232D'

red 205 ◦ green 35 ◦ blue 45

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

Shades of Fire Engine Red #CD232D

Tints of Fire Engine Red #CD232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 71.93%
G = 12.28%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD232D (or 0xCD232D) is known color: Fire Engine Red. HEX triplet: CD, 23 and 2D. RGB value is (205,35,45). Sum of RGB (Red+Green+Blue) = 205+35+45=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD232D is #32DCD2. Grayscale: #575757. Windows color (decimal): -3333331 or 2958285. OLE color: 2958285.

HSL color Cylindrical-coordinate representation of color #CD232D: hue angle of 356.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD232D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 35 45 -
CMYK 0 0.83 0.78 0.20
HSL 356.47º 0.71% 0.47% -
HSV(B) 356.47º 0.83% 0.8% -
XYZ 26.25 14.37 3.87 -
YUV 86.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 205 35 45 0 0.83 0.78 0.20 356.47 0.71 0.47
Hex CD 23 2D 0 53 4E 14 164 47 2F
Octal 315 43 55 0 123 116 24 544 107 57
Binary 11001101 100011 101101 0 1010011 1001110 10100 101100100 1000111 101111

Color Harmonies of #CD232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD232D

Black with #CD232D

Text Example


Text Example

White with #CD232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD232D; }

 p { color: rgb(205,35,45); }

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

background-color css

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

 a { background-color: rgb(205,35,45); }

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

border-color css

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

 span { border-color: rgb(205,35,45); }

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