Html Css Color HEX #CD0231 Crimson

📋 copy color: '#CD0231'

red 205 ◦ green 2 ◦ blue 49

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

Shades of Crimson #CD0231

Tints of Crimson #CD0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 80.08%
G = 0.78%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD0231 (or 0xCD0231) is known color: Crimson. HEX triplet: CD, 02 and 31. RGB value is (205,2,49). Sum of RGB (Red+Green+Blue) = 205+2+49=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0231 is #32FDCE. Grayscale: #444444. Windows color (decimal): -3341775 or 3211981. OLE color: 3211981.

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

Color convert

RGB 205 2 49 -
CMYK 0 0.99 0.76 0.20
HSL 346.11º 0.98% 0.41% -
HSV(B) 346.11º 0.99% 0.8% -
XYZ 25.75 13.24 4.1 -
YUV 68.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 205 2 49 0 0.99 0.76 0.20 346.11 0.98 0.41
Hex CD 2 31 0 63 4C 14 15A 62 29
Octal 315 2 61 0 143 114 24 532 142 51
Binary 11001101 10 110001 0 1100011 1001100 10100 101011010 1100010 101001

Color Harmonies of #CD0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0231

Black with #CD0231

Text Example


Text Example

White with #CD0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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