Html Css Color HEX #C00735 Cardinal

📋 copy color: '#C00735'

red 192 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #C00735

Tints of Cardinal #C00735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 76.19%
G = 2.78%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00735 (or 0xC00735) is known color: Cardinal. HEX triplet: C0, 07 and 35. RGB value is (192,7,53). Sum of RGB (Red+Green+Blue) = 192+7+53=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C00735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00735 is #3FF8CA. Grayscale: #434343. Windows color (decimal): -4192459 or 3475392. OLE color: 3475392.

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

Color convert

RGB 192 7 53 -
CMYK 0 0.96 0.72 0.25
HSL 345.08º 0.93% 0.39% -
HSV(B) 345.08º 0.96% 0.75% -
XYZ 22.46 11.62 4.43 -
YUV 67.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 192 7 53 0 0.96 0.72 0.25 345.08 0.93 0.39
Hex C0 7 35 0 60 48 19 159 5D 27
Octal 300 7 65 0 140 110 31 531 135 47
Binary 11000000 111 110101 0 1100000 1001000 11001 101011001 1011101 100111

Color Harmonies of #C00735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00735

Black with #C00735

Text Example


Text Example

White with #C00735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00735; }

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

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

background-color css

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

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

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

border-color css

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

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

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