Html Css Color HEX #C90833 Cardinal

📋 copy color: '#C90833'

red 201 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C90833

Tints of Cardinal #C90833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 77.31%
G = 3.08%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90833 (or 0xC90833) is known color: Cardinal. HEX triplet: C9, 08 and 33. RGB value is (201,8,51). Sum of RGB (Red+Green+Blue) = 201+8+51=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C90833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90833 is #36F7CC. Grayscale: #464646. Windows color (decimal): -3602381 or 3344585. OLE color: 3344585.

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

Color convert

RGB 201 8 51 -
CMYK 0 0.96 0.75 0.21
HSL 346.63º 0.92% 0.41% -
HSV(B) 346.63º 0.96% 0.79% -
XYZ 24.77 12.83 4.3 -
YUV 70.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 201 8 51 0 0.96 0.75 0.21 346.63 0.92 0.41
Hex C9 8 33 0 60 4B 15 15B 5C 29
Octal 311 10 63 0 140 113 25 533 134 51
Binary 11001001 1000 110011 0 1100000 1001011 10101 101011011 1011100 101001

Color Harmonies of #C90833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90833

Black with #C90833

Text Example


Text Example

White with #C90833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90833; }

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

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

background-color css

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

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

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

border-color css

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

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

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