Html Css Color HEX #CD0342 Crimson

📋 copy color: '#CD0342'

red 205 ◦ green 3 ◦ blue 66

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

Shades of Crimson #CD0342

Tints of Crimson #CD0342

RGB

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

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

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

R = 74.82%
G = 1.09%
B = 24.09%

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

#CD0342 (or 0xCD0342) is known color: Crimson. HEX triplet: CD, 03 and 42. RGB value is (205,3,66). Sum of RGB (Red+Green+Blue) = 205+3+66=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0342 is #32FCBD. Grayscale: #464646. Windows color (decimal): -3341502 or 4326349. OLE color: 4326349.

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

Color convert

RGB 205 3 66 -
CMYK 0 0.99 0.68 0.20
HSL 341.29º 0.97% 0.41% -
HSV(B) 341.29º 0.99% 0.8% -
XYZ 26.19 13.44 6.37 -
YUV 70.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 205 3 66 0 0.99 0.68 0.20 341.29 0.97 0.41
Hex CD 3 42 0 63 44 14 155 61 29
Octal 315 3 102 0 143 104 24 525 141 51
Binary 11001101 11 1000010 0 1100011 1000100 10100 101010101 1100001 101001

Color Harmonies of #CD0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0342

Black with #CD0342

Text Example


Text Example

White with #CD0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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