Html Css Color HEX #CD0A30 Crimson

📋 copy color: '#CD0A30'

red 205 ◦ green 10 ◦ blue 48

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

Shades of Crimson #CD0A30

Tints of Crimson #CD0A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 77.95%
G = 3.8%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD0A30 (or 0xCD0A30) is known color: Crimson. HEX triplet: CD, 0A and 30. RGB value is (205,10,48). Sum of RGB (Red+Green+Blue) = 205+10+48=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0A30 is #32F5CF. Grayscale: #484848. Windows color (decimal): -3339728 or 3148493. OLE color: 3148493.

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

Color convert

RGB 205 10 48 -
CMYK 0 0.95 0.77 0.20
HSL 348.31º 0.91% 0.42% -
HSV(B) 348.31º 0.95% 0.8% -
XYZ 25.82 13.41 4.02 -
YUV 72.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 205 10 48 0 0.95 0.77 0.20 348.31 0.91 0.42
Hex CD A 30 0 5F 4D 14 15C 5B 2A
Octal 315 12 60 0 137 115 24 534 133 52
Binary 11001101 1010 110000 0 1011111 1001101 10100 101011100 1011011 101010

Color Harmonies of #CD0A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0A30

Black with #CD0A30

Text Example


Text Example

White with #CD0A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0A30; }

 p { color: rgb(205,10,48); }

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

background-color css

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

 a { background-color: rgb(205,10,48); }

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

border-color css

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

 span { border-color: rgb(205,10,48); }

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