Html Css Color HEX #CD0233 Crimson

📋 copy color: '#CD0233'

red 205 ◦ green 2 ◦ blue 51

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

Shades of Crimson #CD0233

Tints of Crimson #CD0233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 79.46%
G = 0.78%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD0233 (or 0xCD0233) is known color: Crimson. HEX triplet: CD, 02 and 33. RGB value is (205,2,51). Sum of RGB (Red+Green+Blue) = 205+2+51=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0233 is #32FDCC. Grayscale: #444444. Windows color (decimal): -3341773 or 3343053. OLE color: 3343053.

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

Color convert

RGB 205 2 51 -
CMYK 0 0.99 0.75 0.20
HSL 345.52º 0.98% 0.41% -
HSV(B) 345.52º 0.99% 0.8% -
XYZ 25.8 13.26 4.33 -
YUV 68.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 205 2 51 0 0.99 0.75 0.20 345.52 0.98 0.41
Hex CD 2 33 0 63 4B 14 15A 62 29
Octal 315 2 63 0 143 113 24 532 142 51
Binary 11001101 10 110011 0 1100011 1001011 10100 101011010 1100010 101001

Color Harmonies of #CD0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0233

Black with #CD0233

Text Example


Text Example

White with #CD0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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