Html Css Color HEX #C30336 Cardinal

📋 copy color: '#C30336'

red 195 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #C30336

Tints of Cardinal #C30336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 77.38%
G = 1.19%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30336 (or 0xC30336) is known color: Cardinal. HEX triplet: C3, 03 and 36. RGB value is (195,3,54). Sum of RGB (Red+Green+Blue) = 195+3+54=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C30336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30336 is #3CFCC9. Grayscale: #424242. Windows color (decimal): -3996874 or 3539907. OLE color: 3539907.

HSL color Cylindrical-coordinate representation of color #C30336: hue angle of 344.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30336 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 54 -
CMYK 0 0.98 0.72 0.24
HSL 344.06º 0.97% 0.39% -
HSV(B) 344.06º 0.98% 0.76% -
XYZ 23.2 11.93 4.57 -
YUV 66.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 195 3 54 0 0.98 0.72 0.24 344.06 0.97 0.39
Hex C3 3 36 0 62 48 18 158 61 27
Octal 303 3 66 0 142 110 30 530 141 47
Binary 11000011 11 110110 0 1100010 1001000 11000 101011000 1100001 100111

Color Harmonies of #C30336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30336

Black with #C30336

Text Example


Text Example

White with #C30336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30336; }

 p { color: rgb(195,3,54); }

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

background-color css

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

 a { background-color: rgb(195,3,54); }

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

border-color css

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

 span { border-color: rgb(195,3,54); }

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