Html Css Color HEX #C9233F Cardinal

📋 copy color: '#C9233F'

red 201 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C9233F

Tints of Cardinal #C9233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 67.22%
G = 11.71%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9233F (or 0xC9233F) is known color: Cardinal. HEX triplet: C9, 23 and 3F. RGB value is (201,35,63). Sum of RGB (Red+Green+Blue) = 201+35+63=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9233F is #36DCC0. Grayscale: #575757. Windows color (decimal): -3595457 or 4137929. OLE color: 4137929.

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

Color convert

RGB 201 35 63 -
CMYK 0 0.83 0.69 0.21
HSL 349.88º 0.7% 0.46% -
HSV(B) 349.88º 0.83% 0.79% -
XYZ 25.59 13.98 6.05 -
YUV 87.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 201 35 63 0 0.83 0.69 0.21 349.88 0.7 0.46
Hex C9 23 3F 0 53 45 15 15E 46 2E
Octal 311 43 77 0 123 105 25 536 106 56
Binary 11001001 100011 111111 0 1010011 1000101 10101 101011110 1000110 101110

Color Harmonies of #C9233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9233F

Black with #C9233F

Text Example


Text Example

White with #C9233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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