Html Css Color HEX #CD0836 Crimson

📋 copy color: '#CD0836'

red 205 ◦ green 8 ◦ blue 54

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

Shades of Crimson #CD0836

Tints of Crimson #CD0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 76.78%
G = 3%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD0836 (or 0xCD0836) is known color: Crimson. HEX triplet: CD, 08 and 36. RGB value is (205,8,54). Sum of RGB (Red+Green+Blue) = 205+8+54=267 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.78% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0836 is #32F7C9. Grayscale: #484848. Windows color (decimal): -3340234 or 3541197. OLE color: 3541197.

HSL color Cylindrical-coordinate representation of color #CD0836: hue angle of 345.99º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0836 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 54 -
CMYK 0 0.96 0.74 0.20
HSL 345.99º 0.92% 0.42% -
HSV(B) 345.99º 0.96% 0.8% -
XYZ 25.93 13.42 4.71 -
YUV 72.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 205 8 54 0 0.96 0.74 0.20 345.99 0.92 0.42
Hex CD 8 36 0 60 4A 14 15A 5C 2A
Octal 315 10 66 0 140 112 24 532 134 52
Binary 11001101 1000 110110 0 1100000 1001010 10100 101011010 1011100 101010

Color Harmonies of #CD0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0836

Black with #CD0836

Text Example


Text Example

White with #CD0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0836; }

 p { color: rgb(205,8,54); }

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

background-color css

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

 a { background-color: rgb(205,8,54); }

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

border-color css

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

 span { border-color: rgb(205,8,54); }

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