Html Css Color HEX #CD083C Crimson

📋 copy color: '#CD083C'

red 205 ◦ green 8 ◦ blue 60

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

Shades of Crimson #CD083C

Tints of Crimson #CD083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 75.09%
G = 2.93%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD083C (or 0xCD083C) is known color: Crimson. HEX triplet: CD, 08 and 3C. RGB value is (205,8,60). Sum of RGB (Red+Green+Blue) = 205+8+60=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD083C is #32F7C3. Grayscale: #484848. Windows color (decimal): -3340228 or 3934413. OLE color: 3934413.

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

Color convert

RGB 205 8 60 -
CMYK 0 0.96 0.71 0.20
HSL 344.16º 0.92% 0.42% -
HSV(B) 344.16º 0.96% 0.8% -
XYZ 26.08 13.48 5.5 -
YUV 72.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 205 8 60 0 0.96 0.71 0.20 344.16 0.92 0.42
Hex CD 8 3C 0 60 47 14 158 5C 2A
Octal 315 10 74 0 140 107 24 530 134 52
Binary 11001101 1000 111100 0 1100000 1000111 10100 101011000 1011100 101010

Color Harmonies of #CD083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD083C

Black with #CD083C

Text Example


Text Example

White with #CD083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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