Html Css Color HEX #C3083E Cardinal

📋 copy color: '#C3083E'

red 195 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #C3083E

Tints of Cardinal #C3083E

RGB

 RED value IS 195 (76.56% from 255) = 73.58%

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

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

R = 73.58%
G = 3.02%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3083E (or 0xC3083E) is known color: Cardinal. HEX triplet: C3, 08 and 3E. RGB value is (195,8,62). Sum of RGB (Red+Green+Blue) = 195+8+62=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3083E is #3CF7C1. Grayscale: #464646. Windows color (decimal): -3995586 or 4065475. OLE color: 4065475.

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

Color convert

RGB 195 8 62 -
CMYK 0 0.96 0.68 0.24
HSL 342.67º 0.92% 0.4% -
HSV(B) 342.67º 0.96% 0.76% -
XYZ 23.46 12.12 5.66 -
YUV 70.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 195 8 62 0 0.96 0.68 0.24 342.67 0.92 0.4
Hex C3 8 3E 0 60 44 18 157 5C 28
Octal 303 10 76 0 140 104 30 527 134 50
Binary 11000011 1000 111110 0 1100000 1000100 11000 101010111 1011100 101000

Color Harmonies of #C3083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3083E

Black with #C3083E

Text Example


Text Example

White with #C3083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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