Html Css Color HEX #CD133D Crimson

📋 copy color: '#CD133D'

red 205 ◦ green 19 ◦ blue 61

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

Shades of Crimson #CD133D

Tints of Crimson #CD133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 71.93%
G = 6.67%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD133D (or 0xCD133D) is known color: Crimson. HEX triplet: CD, 13 and 3D. RGB value is (205,19,61). Sum of RGB (Red+Green+Blue) = 205+19+61=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD133D is #32ECC2. Grayscale: #4F4F4F. Windows color (decimal): -3337411 or 4002765. OLE color: 4002765.

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

Color convert

RGB 205 19 61 -
CMYK 0 0.91 0.70 0.20
HSL 346.45º 0.83% 0.44% -
HSV(B) 346.45º 0.91% 0.8% -
XYZ 26.25 13.78 5.69 -
YUV 79.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 205 19 61 0 0.91 0.70 0.20 346.45 0.83 0.44
Hex CD 13 3D 0 5B 46 14 15A 53 2C
Octal 315 23 75 0 133 106 24 532 123 54
Binary 11001101 10011 111101 0 1011011 1000110 10100 101011010 1010011 101100

Color Harmonies of #CD133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD133D

Black with #CD133D

Text Example


Text Example

White with #CD133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD133D; }

 p { color: rgb(205,19,61); }

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

background-color css

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

 a { background-color: rgb(205,19,61); }

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

border-color css

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

 span { border-color: rgb(205,19,61); }

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