Html Css Color HEX #CD012E Crimson

📋 copy color: '#CD012E'

red 205 ◦ green 1 ◦ blue 46

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

Shades of Crimson #CD012E

Tints of Crimson #CD012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 81.35%
G = 0.4%
B = 18.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD012E (or 0xCD012E) is known color: Crimson. HEX triplet: CD, 01 and 2E. RGB value is (205,1,46). Sum of RGB (Red+Green+Blue) = 205+1+46=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD012E is #32FED1. Grayscale: #434343. Windows color (decimal): -3342034 or 3015117. OLE color: 3015117.

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

Color convert

RGB 205 1 46 -
CMYK 0 1.00 0.78 0.20
HSL 346.76º 0.99% 0.4% -
HSV(B) 346.76º 1% 0.8% -
XYZ 25.68 13.2 3.78 -
YUV 67.13 116.09 226.34 -
System Red Green Blue C M Y K H S L
Decimal 205 1 46 0 1.00 0.78 0.20 346.76 0.99 0.4
Hex CD 1 2E 0 64 4E 14 15B 63 28
Octal 315 1 56 0 144 116 24 533 143 50
Binary 11001101 1 101110 0 1100100 1001110 10100 101011011 1100011 101000

Color Harmonies of #CD012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD012E

Black with #CD012E

Text Example


Text Example

White with #CD012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD012E; }

 p { color: rgb(205,1,46); }

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

background-color css

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

 a { background-color: rgb(205,1,46); }

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

border-color css

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

 span { border-color: rgb(205,1,46); }

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