Html Css Color HEX #C4233A Cardinal

📋 copy color: '#C4233A'

red 196 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #C4233A

Tints of Cardinal #C4233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 67.82%
G = 12.11%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4233A (or 0xC4233A) is known color: Cardinal. HEX triplet: C4, 23 and 3A. RGB value is (196,35,58). Sum of RGB (Red+Green+Blue) = 196+35+58=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4233A is #3BDCC5. Grayscale: #555555. Windows color (decimal): -3923142 or 3810244. OLE color: 3810244.

HSL color Cylindrical-coordinate representation of color #C4233A: hue angle of 351.43º 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 #C4233A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 58 -
CMYK 0 0.82 0.70 0.23
HSL 351.43º 0.7% 0.45% -
HSV(B) 351.43º 0.82% 0.77% -
XYZ 24.13 13.24 5.29 -
YUV 85.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 196 35 58 0 0.82 0.70 0.23 351.43 0.7 0.45
Hex C4 23 3A 0 52 46 17 15F 46 2D
Octal 304 43 72 0 122 106 27 537 106 55
Binary 11000100 100011 111010 0 1010010 1000110 10111 101011111 1000110 101101

Color Harmonies of #C4233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4233A

Black with #C4233A

Text Example


Text Example

White with #C4233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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