Html Css Color HEX #CD242B Fire Engine Red

📋 copy color: '#CD242B'

red 205 ◦ green 36 ◦ blue 43

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

Shades of Fire Engine Red #CD242B

Tints of Fire Engine Red #CD242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 72.18%
G = 12.68%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD242B (or 0xCD242B) is known color: Fire Engine Red. HEX triplet: CD, 24 and 2B. RGB value is (205,36,43). Sum of RGB (Red+Green+Blue) = 205+36+43=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD242B is #32DBD4. Grayscale: #575757. Windows color (decimal): -3333077 or 2827469. OLE color: 2827469.

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

Color convert

RGB 205 36 43 -
CMYK 0 0.82 0.79 0.20
HSL 357.51º 0.7% 0.47% -
HSV(B) 357.51º 0.82% 0.8% -
XYZ 26.24 14.42 3.68 -
YUV 87.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 205 36 43 0 0.82 0.79 0.20 357.51 0.7 0.47
Hex CD 24 2B 0 52 4F 14 166 46 2F
Octal 315 44 53 0 122 117 24 546 106 57
Binary 11001101 100100 101011 0 1010010 1001111 10100 101100110 1000110 101111

Color Harmonies of #CD242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD242B

Black with #CD242B

Text Example


Text Example

White with #CD242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD242B; }

 p { color: rgb(205,36,43); }

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

background-color css

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

 a { background-color: rgb(205,36,43); }

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

border-color css

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

 span { border-color: rgb(205,36,43); }

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