Html Css Color HEX #C02338 Cardinal

📋 copy color: '#C02338'

red 192 ◦ green 35 ◦ blue 56

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

Shades of Cardinal #C02338

Tints of Cardinal #C02338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 67.84%
G = 12.37%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C02338 (or 0xC02338) is known color: Cardinal. HEX triplet: C0, 23 and 38. RGB value is (192,35,56). Sum of RGB (Red+Green+Blue) = 192+35+56=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02338 is #3FDCC7. Grayscale: #545454. Windows color (decimal): -4185288 or 3679168. OLE color: 3679168.

HSL color Cylindrical-coordinate representation of color #C02338: hue angle of 351.97º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02338 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 56 -
CMYK 0 0.82 0.71 0.25
HSL 351.97º 0.69% 0.45% -
HSV(B) 351.97º 0.82% 0.75% -
XYZ 23.05 12.69 4.98 -
YUV 84.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 192 35 56 0 0.82 0.71 0.25 351.97 0.69 0.45
Hex C0 23 38 0 52 47 19 160 45 2D
Octal 300 43 70 0 122 107 31 540 105 55
Binary 11000000 100011 111000 0 1010010 1000111 11001 101100000 1000101 101101

Color Harmonies of #C02338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02338

Black with #C02338

Text Example


Text Example

White with #C02338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02338; }

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

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

background-color css

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

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

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

border-color css

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

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

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