Html Css Color HEX #C4263C Cardinal

📋 copy color: '#C4263C'

red 196 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #C4263C

Tints of Cardinal #C4263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 66.67%
G = 12.93%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4263C (or 0xC4263C) is known color: Cardinal. HEX triplet: C4, 26 and 3C. RGB value is (196,38,60). Sum of RGB (Red+Green+Blue) = 196+38+60=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4263C is #3BD9C3. Grayscale: #575757. Windows color (decimal): -3922372 or 3942084. OLE color: 3942084.

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

Color convert

RGB 196 38 60 -
CMYK 0 0.81 0.69 0.23
HSL 351.65º 0.68% 0.46% -
HSV(B) 351.65º 0.81% 0.77% -
XYZ 24.27 13.45 5.59 -
YUV 87.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 196 38 60 0 0.81 0.69 0.23 351.65 0.68 0.46
Hex C4 26 3C 0 51 45 17 160 44 2E
Octal 304 46 74 0 121 105 27 540 104 56
Binary 11000100 100110 111100 0 1010001 1000101 10111 101100000 1000100 101110

Color Harmonies of #C4263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4263C

Black with #C4263C

Text Example


Text Example

White with #C4263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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