Html Css Color HEX #C30241 Cardinal

📋 copy color: '#C30241'

red 195 ◦ green 2 ◦ blue 65

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

Shades of Cardinal #C30241

Tints of Cardinal #C30241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 74.43%
G = 0.76%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30241 (or 0xC30241) is known color: Cardinal. HEX triplet: C3, 02 and 41. RGB value is (195,2,65). Sum of RGB (Red+Green+Blue) = 195+2+65=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C30241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30241 is #3CFDBE. Grayscale: #424242. Windows color (decimal): -3997119 or 4260547. OLE color: 4260547.

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

Color convert

RGB 195 2 65 -
CMYK 0 0.99 0.67 0.24
HSL 340.41º 0.98% 0.39% -
HSV(B) 340.41º 0.99% 0.76% -
XYZ 23.48 12.03 6.08 -
YUV 66.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 195 2 65 0 0.99 0.67 0.24 340.41 0.98 0.39
Hex C3 2 41 0 63 43 18 154 62 27
Octal 303 2 101 0 143 103 30 524 142 47
Binary 11000011 10 1000001 0 1100011 1000011 11000 101010100 1100010 100111

Color Harmonies of #C30241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30241

Black with #C30241

Text Example


Text Example

White with #C30241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30241; }

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

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

background-color css

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

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

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

border-color css

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

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

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