Html Css Color HEX #CD012F Crimson

📋 copy color: '#CD012F'

red 205 ◦ green 1 ◦ blue 47

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

Shades of Crimson #CD012F

Tints of Crimson #CD012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 81.03%
G = 0.4%
B = 18.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD012F (or 0xCD012F) is known color: Crimson. HEX triplet: CD, 01 and 2F. RGB value is (205,1,47). Sum of RGB (Red+Green+Blue) = 205+1+47=253 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.03% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 205 - color contains mainly: red. Hex color #CD012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD012F is #32FED0. Grayscale: #434343. Windows color (decimal): -3342033 or 3080653. OLE color: 3080653.

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

Color convert

RGB 205 1 47 -
CMYK 0 1.00 0.77 0.20
HSL 346.47º 0.99% 0.4% -
HSV(B) 346.47º 1% 0.8% -
XYZ 25.7 13.21 3.88 -
YUV 67.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 205 1 47 0 1.00 0.77 0.20 346.47 0.99 0.4
Hex CD 1 2F 0 64 4D 14 15A 63 28
Octal 315 1 57 0 144 115 24 532 143 50
Binary 11001101 1 101111 0 1100100 1001101 10100 101011010 1100011 101000

Color Harmonies of #CD012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD012F

Black with #CD012F

Text Example


Text Example

White with #CD012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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