Html Css Color HEX #C4083E Cardinal

📋 copy color: '#C4083E'

red 196 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #C4083E

Tints of Cardinal #C4083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 73.68%
G = 3.01%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4083E (or 0xC4083E) is known color: Cardinal. HEX triplet: C4, 08 and 3E. RGB value is (196,8,62). Sum of RGB (Red+Green+Blue) = 196+8+62=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4083E is #3BF7C1. Grayscale: #464646. Windows color (decimal): -3930050 or 4065476. OLE color: 4065476.

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

Color convert

RGB 196 8 62 -
CMYK 0 0.96 0.68 0.23
HSL 342.77º 0.92% 0.4% -
HSV(B) 342.77º 0.96% 0.77% -
XYZ 23.72 12.26 5.67 -
YUV 70.37 123.28 217.61 -
System Red Green Blue C M Y K H S L
Decimal 196 8 62 0 0.96 0.68 0.23 342.77 0.92 0.4
Hex C4 8 3E 0 60 44 17 157 5C 28
Octal 304 10 76 0 140 104 27 527 134 50
Binary 11000100 1000 111110 0 1100000 1000100 10111 101010111 1011100 101000

Color Harmonies of #C4083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4083E

Black with #C4083E

Text Example


Text Example

White with #C4083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4083E; }

 p { color: rgb(196,8,62); }

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

background-color css

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

 a { background-color: rgb(196,8,62); }

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

border-color css

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

 span { border-color: rgb(196,8,62); }

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