Html Css Color HEX #C4233F Cardinal

📋 copy color: '#C4233F'

red 196 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C4233F

Tints of Cardinal #C4233F

RGB

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

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

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

R = 66.67%
G = 11.9%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4233F (or 0xC4233F) is known color: Cardinal. HEX triplet: C4, 23 and 3F. RGB value is (196,35,63). Sum of RGB (Red+Green+Blue) = 196+35+63=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4233F is #3BDCC0. Grayscale: #565656. Windows color (decimal): -3923137 or 4137924. OLE color: 4137924.

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

Color convert

RGB 196 35 63 -
CMYK 0 0.82 0.68 0.23
HSL 349.57º 0.7% 0.45% -
HSV(B) 349.57º 0.82% 0.77% -
XYZ 24.26 13.3 5.99 -
YUV 86.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 196 35 63 0 0.82 0.68 0.23 349.57 0.7 0.45
Hex C4 23 3F 0 52 44 17 15E 46 2D
Octal 304 43 77 0 122 104 27 536 106 55
Binary 11000100 100011 111111 0 1010010 1000100 10111 101011110 1000110 101101

Color Harmonies of #C4233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4233F

Black with #C4233F

Text Example


Text Example

White with #C4233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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