Html Css Color HEX #CD0C2B Fire Engine Red

📋 copy color: '#CD0C2B'

red 205 ◦ green 12 ◦ blue 43

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

Shades of Fire Engine Red #CD0C2B

Tints of Fire Engine Red #CD0C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

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

R = 78.85%
G = 4.62%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD0C2B (or 0xCD0C2B) is known color: Fire Engine Red. HEX triplet: CD, 0C and 2B. RGB value is (205,12,43). Sum of RGB (Red+Green+Blue) = 205+12+43=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C2B is #32F3D4. Grayscale: #494949. Windows color (decimal): -3339221 or 2821325. OLE color: 2821325.

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

Color convert

RGB 205 12 43 -
CMYK 0 0.94 0.79 0.20
HSL 350.36º 0.89% 0.43% -
HSV(B) 350.36º 0.94% 0.8% -
XYZ 25.74 13.42 3.52 -
YUV 73.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 205 12 43 0 0.94 0.79 0.20 350.36 0.89 0.43
Hex CD C 2B 0 5E 4F 14 15E 59 2B
Octal 315 14 53 0 136 117 24 536 131 53
Binary 11001101 1100 101011 0 1011110 1001111 10100 101011110 1011001 101011

Color Harmonies of #CD0C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C2B

Black with #CD0C2B

Text Example


Text Example

White with #CD0C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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