Html Css Color HEX #CD0534 Crimson

📋 copy color: '#CD0534'

red 205 ◦ green 5 ◦ blue 52

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

Shades of Crimson #CD0534

Tints of Crimson #CD0534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 78.24%
G = 1.91%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD0534 (or 0xCD0534) is known color: Crimson. HEX triplet: CD, 05 and 34. RGB value is (205,5,52). Sum of RGB (Red+Green+Blue) = 205+5+52=262 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.24% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0534 is #32FACB. Grayscale: #464646. Windows color (decimal): -3341004 or 3409357. OLE color: 3409357.

HSL color Cylindrical-coordinate representation of color #CD0534: hue angle of 345.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0534 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 52 -
CMYK 0 0.98 0.75 0.20
HSL 345.9º 0.95% 0.41% -
HSV(B) 345.9º 0.98% 0.8% -
XYZ 25.85 13.34 4.46 -
YUV 70.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 205 5 52 0 0.98 0.75 0.20 345.9 0.95 0.41
Hex CD 5 34 0 62 4B 14 15A 5F 29
Octal 315 5 64 0 142 113 24 532 137 51
Binary 11001101 101 110100 0 1100010 1001011 10100 101011010 1011111 101001

Color Harmonies of #CD0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0534

Black with #CD0534

Text Example


Text Example

White with #CD0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0534; }

 p { color: rgb(205,5,52); }

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

background-color css

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

 a { background-color: rgb(205,5,52); }

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

border-color css

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

 span { border-color: rgb(205,5,52); }

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