Html Css Color HEX #C00938 Cardinal

📋 copy color: '#C00938'

red 192 ◦ green 9 ◦ blue 56

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

Shades of Cardinal #C00938

Tints of Cardinal #C00938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 74.71%
G = 3.5%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C00938 (or 0xC00938) is known color: Cardinal. HEX triplet: C0, 09 and 38. RGB value is (192,9,56). Sum of RGB (Red+Green+Blue) = 192+9+56=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C00938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00938 is #3FF6C7. Grayscale: #454545. Windows color (decimal): -4191944 or 3672512. OLE color: 3672512.

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

Color convert

RGB 192 9 56 -
CMYK 0 0.95 0.71 0.25
HSL 344.59º 0.91% 0.39% -
HSV(B) 344.59º 0.95% 0.75% -
XYZ 22.55 11.69 4.81 -
YUV 69.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 192 9 56 0 0.95 0.71 0.25 344.59 0.91 0.39
Hex C0 9 38 0 5F 47 19 159 5B 27
Octal 300 11 70 0 137 107 31 531 133 47
Binary 11000000 1001 111000 0 1011111 1000111 11001 101011001 1011011 100111

Color Harmonies of #C00938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00938

Black with #C00938

Text Example


Text Example

White with #C00938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00938; }

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

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

background-color css

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

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

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

border-color css

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

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

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