Html Css Color HEX #CD0335 Crimson

📋 copy color: '#CD0335'

red 205 ◦ green 3 ◦ blue 53

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

Shades of Crimson #CD0335

Tints of Crimson #CD0335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 78.54%
G = 1.15%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD0335 (or 0xCD0335) is known color: Crimson. HEX triplet: CD, 03 and 35. RGB value is (205,3,53). Sum of RGB (Red+Green+Blue) = 205+3+53=261 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.54% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0335 is #32FCCA. Grayscale: #454545. Windows color (decimal): -3341515 or 3474381. OLE color: 3474381.

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

Color convert

RGB 205 3 53 -
CMYK 0 0.99 0.74 0.20
HSL 345.15º 0.97% 0.41% -
HSV(B) 345.15º 0.99% 0.8% -
XYZ 25.85 13.3 4.57 -
YUV 69.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 205 3 53 0 0.99 0.74 0.20 345.15 0.97 0.41
Hex CD 3 35 0 63 4A 14 159 61 29
Octal 315 3 65 0 143 112 24 531 141 51
Binary 11001101 11 110101 0 1100011 1001010 10100 101011001 1100001 101001

Color Harmonies of #CD0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0335

Black with #CD0335

Text Example


Text Example

White with #CD0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0335; }

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

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

background-color css

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

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

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

border-color css

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

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

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