Html Css Color HEX #C30239 Cardinal

📋 copy color: '#C30239'

red 195 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #C30239

Tints of Cardinal #C30239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 76.77%
G = 0.79%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C30239 (or 0xC30239) is known color: Cardinal. HEX triplet: C3, 02 and 39. RGB value is (195,2,57). Sum of RGB (Red+Green+Blue) = 195+2+57=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30239 is #3CFDC6. Grayscale: #414141. Windows color (decimal): -3997127 or 3736259. OLE color: 3736259.

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

Color convert

RGB 195 2 57 -
CMYK 0 0.99 0.71 0.24
HSL 342.9º 0.98% 0.39% -
HSV(B) 342.9º 0.99% 0.76% -
XYZ 23.27 11.94 4.95 -
YUV 65.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 195 2 57 0 0.99 0.71 0.24 342.9 0.98 0.39
Hex C3 2 39 0 63 47 18 157 62 27
Octal 303 2 71 0 143 107 30 527 142 47
Binary 11000011 10 111001 0 1100011 1000111 11000 101010111 1100010 100111

Color Harmonies of #C30239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30239

Black with #C30239

Text Example


Text Example

White with #C30239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30239; }

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

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

background-color css

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

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

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

border-color css

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

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

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