Html Css Color HEX #CD0430 Crimson

📋 copy color: '#CD0430'

red 205 ◦ green 4 ◦ blue 48

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

Shades of Crimson #CD0430

Tints of Crimson #CD0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 79.77%
G = 1.56%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD0430 (or 0xCD0430) is known color: Crimson. HEX triplet: CD, 04 and 30. RGB value is (205,4,48). Sum of RGB (Red+Green+Blue) = 205+4+48=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0430 is #32FBCF. Grayscale: #454545. Windows color (decimal): -3341264 or 3146957. OLE color: 3146957.

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

Color convert

RGB 205 4 48 -
CMYK 0 0.98 0.77 0.20
HSL 346.87º 0.96% 0.41% -
HSV(B) 346.87º 0.98% 0.8% -
XYZ 25.75 13.28 4 -
YUV 69.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 205 4 48 0 0.98 0.77 0.20 346.87 0.96 0.41
Hex CD 4 30 0 62 4D 14 15B 60 29
Octal 315 4 60 0 142 115 24 533 140 51
Binary 11001101 100 110000 0 1100010 1001101 10100 101011011 1100000 101001

Color Harmonies of #CD0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0430

Black with #CD0430

Text Example


Text Example

White with #CD0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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