Html Css Color HEX #C9233B Cardinal

📋 copy color: '#C9233B'

red 201 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #C9233B

Tints of Cardinal #C9233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20%

R = 68.14%
G = 11.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9233B (or 0xC9233B) is known color: Cardinal. HEX triplet: C9, 23 and 3B. RGB value is (201,35,59). Sum of RGB (Red+Green+Blue) = 201+35+59=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9233B is #36DCC4. Grayscale: #575757. Windows color (decimal): -3595461 or 3875785. OLE color: 3875785.

HSL color Cylindrical-coordinate representation of color #C9233B: hue angle of 351.33º 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 #C9233B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 59 -
CMYK 0 0.83 0.71 0.21
HSL 351.33º 0.7% 0.46% -
HSV(B) 351.33º 0.83% 0.79% -
XYZ 25.48 13.94 5.48 -
YUV 87.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 201 35 59 0 0.83 0.71 0.21 351.33 0.7 0.46
Hex C9 23 3B 0 53 47 15 15F 46 2E
Octal 311 43 73 0 123 107 25 537 106 56
Binary 11001001 100011 111011 0 1010011 1000111 10101 101011111 1000110 101110

Color Harmonies of #C9233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9233B

Black with #C9233B

Text Example


Text Example

White with #C9233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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