Html Css Color HEX #C30242 Cardinal

📋 copy color: '#C30242'

red 195 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #C30242

Tints of Cardinal #C30242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 74.14%
G = 0.76%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C30242 (or 0xC30242) is known color: Cardinal. HEX triplet: C3, 02 and 42. RGB value is (195,2,66). Sum of RGB (Red+Green+Blue) = 195+2+66=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C30242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30242 is #3CFDBD. Grayscale: #424242. Windows color (decimal): -3997118 or 4326083. OLE color: 4326083.

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

Color convert

RGB 195 2 66 -
CMYK 0 0.99 0.66 0.24
HSL 340.1º 0.98% 0.39% -
HSV(B) 340.1º 0.99% 0.76% -
XYZ 23.51 12.04 6.24 -
YUV 67 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 195 2 66 0 0.99 0.66 0.24 340.1 0.98 0.39
Hex C3 2 42 0 63 42 18 154 62 27
Octal 303 2 102 0 143 102 30 524 142 47
Binary 11000011 10 1000010 0 1100011 1000010 11000 101010100 1100010 100111

Color Harmonies of #C30242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30242

Black with #C30242

Text Example


Text Example

White with #C30242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30242; }

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

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

background-color css

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

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

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

border-color css

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

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

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