Html Css Color HEX #CD0242 Crimson

📋 copy color: '#CD0242'

red 205 ◦ green 2 ◦ blue 66

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

Shades of Crimson #CD0242

Tints of Crimson #CD0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 75.09%
G = 0.73%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0242 (or 0xCD0242) is known color: Crimson. HEX triplet: CD, 02 and 42. RGB value is (205,2,66). Sum of RGB (Red+Green+Blue) = 205+2+66=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0242 is #32FDBD. Grayscale: #454545. Windows color (decimal): -3341758 or 4326093. OLE color: 4326093.

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

Color convert

RGB 205 2 66 -
CMYK 0 0.99 0.68 0.20
HSL 341.08º 0.98% 0.41% -
HSV(B) 341.08º 0.99% 0.8% -
XYZ 26.18 13.42 6.36 -
YUV 69.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 205 2 66 0 0.99 0.68 0.20 341.08 0.98 0.41
Hex CD 2 42 0 63 44 14 155 62 29
Octal 315 2 102 0 143 104 24 525 142 51
Binary 11001101 10 1000010 0 1100011 1000100 10100 101010101 1100010 101001

Color Harmonies of #CD0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0242

Black with #CD0242

Text Example


Text Example

White with #CD0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0242; }

 p { color: rgb(205,2,66); }

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

background-color css

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

 a { background-color: rgb(205,2,66); }

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

border-color css

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

 span { border-color: rgb(205,2,66); }

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