Html Css Color HEX #CD2328 Fire Engine Red

📋 copy color: '#CD2328'

red 205 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #CD2328

Tints of Fire Engine Red #CD2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 73.21%
G = 12.5%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD2328 (or 0xCD2328) is known color: Fire Engine Red. HEX triplet: CD, 23 and 28. RGB value is (205,35,40). Sum of RGB (Red+Green+Blue) = 205+35+40=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2328 is #32DCD7. Grayscale: #565656. Windows color (decimal): -3333336 or 2630605. OLE color: 2630605.

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

Color convert

RGB 205 35 40 -
CMYK 0 0.83 0.80 0.20
HSL 358.24º 0.71% 0.47% -
HSV(B) 358.24º 0.83% 0.8% -
XYZ 26.16 14.33 3.4 -
YUV 86.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 205 35 40 0 0.83 0.80 0.20 358.24 0.71 0.47
Hex CD 23 28 0 53 50 14 166 47 2F
Octal 315 43 50 0 123 120 24 546 107 57
Binary 11001101 100011 101000 0 1010011 1010000 10100 101100110 1000111 101111

Color Harmonies of #CD2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2328

Black with #CD2328

Text Example


Text Example

White with #CD2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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