Html Css Color HEX #C9233C Cardinal

📋 copy color: '#C9233C'

red 201 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #C9233C

Tints of Cardinal #C9233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 67.91%
G = 11.82%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9233C (or 0xC9233C) is known color: Cardinal. HEX triplet: C9, 23 and 3C. RGB value is (201,35,60). Sum of RGB (Red+Green+Blue) = 201+35+60=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9233C is #36DCC3. Grayscale: #575757. Windows color (decimal): -3595460 or 3941321. OLE color: 3941321.

HSL color Cylindrical-coordinate representation of color #C9233C: hue angle of 350.96º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9233C is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 60 -
CMYK 0 0.83 0.70 0.21
HSL 350.96º 0.7% 0.46% -
HSV(B) 350.96º 0.83% 0.79% -
XYZ 25.5 13.95 5.62 -
YUV 87.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 201 35 60 0 0.83 0.70 0.21 350.96 0.7 0.46
Hex C9 23 3C 0 53 46 15 15F 46 2E
Octal 311 43 74 0 123 106 25 537 106 56
Binary 11001001 100011 111100 0 1010011 1000110 10101 101011111 1000110 101110

Color Harmonies of #C9233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9233C

Black with #C9233C

Text Example


Text Example

White with #C9233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9233C; }

 p { color: rgb(201,35,60); }

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

background-color css

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

 a { background-color: rgb(201,35,60); }

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

border-color css

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

 span { border-color: rgb(201,35,60); }

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