Html Css Color HEX #C90233 Crimson

📋 copy color: '#C90233'

red 201 ◦ green 2 ◦ blue 51

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

Shades of Crimson #C90233

Tints of Crimson #C90233

RGB

 RED value IS 201 (78.91% from 255) = 79.13%

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

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

R = 79.13%
G = 0.79%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90233 (or 0xC90233) is known color: Crimson. HEX triplet: C9, 02 and 33. RGB value is (201,2,51). Sum of RGB (Red+Green+Blue) = 201+2+51=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C90233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90233 is #36FDCC. Grayscale: #434343. Windows color (decimal): -3603917 or 3343049. OLE color: 3343049.

HSL color Cylindrical-coordinate representation of color #C90233: hue angle of 345.23º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90233 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 51 -
CMYK 0 0.99 0.75 0.21
HSL 345.23º 0.98% 0.4% -
HSV(B) 345.23º 0.99% 0.79% -
XYZ 24.71 12.7 4.28 -
YUV 67.09 118.93 223.52 -
System Red Green Blue C M Y K H S L
Decimal 201 2 51 0 0.99 0.75 0.21 345.23 0.98 0.4
Hex C9 2 33 0 63 4B 15 159 62 28
Octal 311 2 63 0 143 113 25 531 142 50
Binary 11001001 10 110011 0 1100011 1001011 10101 101011001 1100010 101000

Color Harmonies of #C90233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90233

Black with #C90233

Text Example


Text Example

White with #C90233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90233; }

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

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

background-color css

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

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

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

border-color css

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

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

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