Html Css Color HEX #CD003D Crimson

📋 copy color: '#CD003D'

red 205 ◦ green 0 ◦ blue 61

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

Shades of Crimson #CD003D

Tints of Crimson #CD003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.07%
G = 0%
B = 22.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD003D (or 0xCD003D) is known color: Crimson. HEX triplet: CD, 00 and 3D. RGB value is (205,0,61). Sum of RGB (Red+Green+Blue) = 205+0+61=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD003D is #32FFC2. Grayscale: #444444. Windows color (decimal): -3342275 or 3997901. OLE color: 3997901.

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

Color convert

RGB 205 0 61 -
CMYK 0 1 0.70 0.20
HSL 342.15º 1% 0.4% -
HSV(B) 342.15º 1% 0.8% -
XYZ 26.02 13.32 5.61 -
YUV 68.25 123.92 225.54 -
System Red Green Blue C M Y K H S L
Decimal 205 0 61 0 1 0.70 0.20 342.15 1 0.4
Hex CD 0 3D 0 64 46 14 156 64 28
Octal 315 0 75 0 144 106 24 526 144 50
Binary 11001101 0 111101 0 1100100 1000110 10100 101010110 1100100 101000

Color Harmonies of #CD003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD003D

Black with #CD003D

Text Example


Text Example

White with #CD003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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