Html Css Color HEX #CD0735 Crimson

📋 copy color: '#CD0735'

red 205 ◦ green 7 ◦ blue 53

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

Shades of Crimson #CD0735

Tints of Crimson #CD0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

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

R = 77.36%
G = 2.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD0735 (or 0xCD0735) is known color: Crimson. HEX triplet: CD, 07 and 35. RGB value is (205,7,53). Sum of RGB (Red+Green+Blue) = 205+7+53=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0735 is #32F8CA. Grayscale: #474747. Windows color (decimal): -3340491 or 3475405. OLE color: 3475405.

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

Color convert

RGB 205 7 53 -
CMYK 0 0.97 0.74 0.20
HSL 346.06º 0.93% 0.42% -
HSV(B) 346.06º 0.97% 0.8% -
XYZ 25.9 13.39 4.59 -
YUV 71.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 205 7 53 0 0.97 0.74 0.20 346.06 0.93 0.42
Hex CD 7 35 0 61 4A 14 15A 5D 2A
Octal 315 7 65 0 141 112 24 532 135 52
Binary 11001101 111 110101 0 1100001 1001010 10100 101011010 1011101 101010

Color Harmonies of #CD0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0735

Black with #CD0735

Text Example


Text Example

White with #CD0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0735; }

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

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

background-color css

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

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

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

border-color css

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

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

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