Html Css Color HEX #C30235 Cardinal

📋 copy color: '#C30235'

red 195 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #C30235

Tints of Cardinal #C30235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 78%
G = 0.8%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C30235 (or 0xC30235) is known color: Cardinal. HEX triplet: C3, 02 and 35. RGB value is (195,2,53). Sum of RGB (Red+Green+Blue) = 195+2+53=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C30235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30235 is #3CFDCA. Grayscale: #414141. Windows color (decimal): -3997131 or 3474115. OLE color: 3474115.

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

Color convert

RGB 195 2 53 -
CMYK 0 0.99 0.73 0.24
HSL 344.15º 0.98% 0.39% -
HSV(B) 344.15º 0.99% 0.76% -
XYZ 23.17 11.9 4.44 -
YUV 65.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 195 2 53 0 0.99 0.73 0.24 344.15 0.98 0.39
Hex C3 2 35 0 63 49 18 158 62 27
Octal 303 2 65 0 143 111 30 530 142 47
Binary 11000011 10 110101 0 1100011 1001001 11000 101011000 1100010 100111

Color Harmonies of #C30235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30235

Black with #C30235

Text Example


Text Example

White with #C30235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30235; }

 p { color: rgb(195,2,53); }

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

background-color css

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

 a { background-color: rgb(195,2,53); }

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

border-color css

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

 span { border-color: rgb(195,2,53); }

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