Html Css Color HEX #C30237 Cardinal

📋 copy color: '#C30237'

red 195 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #C30237

Tints of Cardinal #C30237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 77.38%
G = 0.79%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30237 (or 0xC30237) is known color: Cardinal. HEX triplet: C3, 02 and 37. RGB value is (195,2,55). Sum of RGB (Red+Green+Blue) = 195+2+55=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C30237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30237 is #3CFDC8. Grayscale: #414141. Windows color (decimal): -3997129 or 3605187. OLE color: 3605187.

HSL color Cylindrical-coordinate representation of color #C30237: hue angle of 343.52º 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 #C30237 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 55 -
CMYK 0 0.99 0.72 0.24
HSL 343.52º 0.98% 0.39% -
HSV(B) 343.52º 0.99% 0.76% -
XYZ 23.22 11.92 4.69 -
YUV 65.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 195 2 55 0 0.99 0.72 0.24 343.52 0.98 0.39
Hex C3 2 37 0 63 48 18 158 62 27
Octal 303 2 67 0 143 110 30 530 142 47
Binary 11000011 10 110111 0 1100011 1001000 11000 101011000 1100010 100111

Color Harmonies of #C30237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30237

Black with #C30237

Text Example


Text Example

White with #C30237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30237; }

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

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

background-color css

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

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

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

border-color css

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

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

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