Html Css Color HEX #C4233C Cardinal

📋 copy color: '#C4233C'

red 196 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #C4233C

Tints of Cardinal #C4233C

RGB

 RED value IS 196 (76.95% from 255) = 67.35%

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

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

R = 67.35%
G = 12.03%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4233C (or 0xC4233C) is known color: Cardinal. HEX triplet: C4, 23 and 3C. RGB value is (196,35,60). Sum of RGB (Red+Green+Blue) = 196+35+60=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4233C is #3BDCC3. Grayscale: #565656. Windows color (decimal): -3923140 or 3941316. OLE color: 3941316.

HSL color Cylindrical-coordinate representation of color #C4233C: hue angle of 350.68º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4233C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 60 -
CMYK 0 0.82 0.69 0.23
HSL 350.68º 0.7% 0.45% -
HSV(B) 350.68º 0.82% 0.77% -
XYZ 24.18 13.26 5.56 -
YUV 85.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 196 35 60 0 0.82 0.69 0.23 350.68 0.7 0.45
Hex C4 23 3C 0 52 45 17 15F 46 2D
Octal 304 43 74 0 122 105 27 537 106 55
Binary 11000100 100011 111100 0 1010010 1000101 10111 101011111 1000110 101101

Color Harmonies of #C4233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4233C

Black with #C4233C

Text Example


Text Example

White with #C4233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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