Html Css Color HEX #CD033A Crimson

📋 copy color: '#CD033A'

red 205 ◦ green 3 ◦ blue 58

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

Shades of Crimson #CD033A

Tints of Crimson #CD033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 77.07%
G = 1.13%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD033A (or 0xCD033A) is known color: Crimson. HEX triplet: CD, 03 and 3A. RGB value is (205,3,58). Sum of RGB (Red+Green+Blue) = 205+3+58=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD033A is #32FCC5. Grayscale: #454545. Windows color (decimal): -3341510 or 3802061. OLE color: 3802061.

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

Color convert

RGB 205 3 58 -
CMYK 0 0.99 0.72 0.20
HSL 343.66º 0.97% 0.41% -
HSV(B) 343.66º 0.99% 0.8% -
XYZ 25.97 13.35 5.21 -
YUV 69.67 121.42 224.53 -
System Red Green Blue C M Y K H S L
Decimal 205 3 58 0 0.99 0.72 0.20 343.66 0.97 0.41
Hex CD 3 3A 0 63 48 14 158 61 29
Octal 315 3 72 0 143 110 24 530 141 51
Binary 11001101 11 111010 0 1100011 1001000 10100 101011000 1100001 101001

Color Harmonies of #CD033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD033A

Black with #CD033A

Text Example


Text Example

White with #CD033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD033A; }

 p { color: rgb(205,3,58); }

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

background-color css

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

 a { background-color: rgb(205,3,58); }

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

border-color css

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

 span { border-color: rgb(205,3,58); }

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