Html Css Color HEX #C00935 Cardinal

📋 copy color: '#C00935'

red 192 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #C00935

Tints of Cardinal #C00935

RGB

 RED value IS 192 (75.39% from 255) = 75.59%

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 75.59%
G = 3.54%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00935 (or 0xC00935) is known color: Cardinal. HEX triplet: C0, 09 and 35. RGB value is (192,9,53). Sum of RGB (Red+Green+Blue) = 192+9+53=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C00935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00935 is #3FF6CA. Grayscale: #444444. Windows color (decimal): -4191947 or 3475904. OLE color: 3475904.

HSL color Cylindrical-coordinate representation of color #C00935: hue angle of 345.57º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00935 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 53 -
CMYK 0 0.95 0.72 0.25
HSL 345.57º 0.91% 0.39% -
HSV(B) 345.57º 0.95% 0.75% -
XYZ 22.48 11.66 4.43 -
YUV 68.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 192 9 53 0 0.95 0.72 0.25 345.57 0.91 0.39
Hex C0 9 35 0 5F 48 19 15A 5B 27
Octal 300 11 65 0 137 110 31 532 133 47
Binary 11000000 1001 110101 0 1011111 1001000 11001 101011010 1011011 100111

Color Harmonies of #C00935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00935

Black with #C00935

Text Example


Text Example

White with #C00935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00935; }

 p { color: rgb(192,9,53); }

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

background-color css

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

 a { background-color: rgb(192,9,53); }

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

border-color css

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

 span { border-color: rgb(192,9,53); }

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