Html Css Color HEX #CD0245 Crimson

📋 copy color: '#CD0245'

red 205 ◦ green 2 ◦ blue 69

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

Shades of Crimson #CD0245

Tints of Crimson #CD0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25%

R = 74.28%
G = 0.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD0245 (or 0xCD0245) is known color: Crimson. HEX triplet: CD, 02 and 45. RGB value is (205,2,69). Sum of RGB (Red+Green+Blue) = 205+2+69=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0245 is #32FDBA. Grayscale: #464646. Windows color (decimal): -3341755 or 4522701. OLE color: 4522701.

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

Color convert

RGB 205 2 69 -
CMYK 0 0.99 0.66 0.20
HSL 340.2º 0.98% 0.41% -
HSV(B) 340.2º 0.99% 0.8% -
XYZ 26.27 13.45 6.84 -
YUV 70.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 205 2 69 0 0.99 0.66 0.20 340.2 0.98 0.41
Hex CD 2 45 0 63 42 14 154 62 29
Octal 315 2 105 0 143 102 24 524 142 51
Binary 11001101 10 1000101 0 1100011 1000010 10100 101010100 1100010 101001

Color Harmonies of #CD0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0245

Black with #CD0245

Text Example


Text Example

White with #CD0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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