Html Css Color HEX #C02534 Cardinal

📋 copy color: '#C02534'

red 192 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #C02534

Tints of Cardinal #C02534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 68.33%
G = 13.17%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02534 (or 0xC02534) is known color: Cardinal. HEX triplet: C0, 25 and 34. RGB value is (192,37,52). Sum of RGB (Red+Green+Blue) = 192+37+52=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02534 is #3FDACB. Grayscale: #555555. Windows color (decimal): -4184780 or 3417536. OLE color: 3417536.

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

Color convert

RGB 192 37 52 -
CMYK 0 0.81 0.73 0.25
HSL 354.19º 0.68% 0.45% -
HSV(B) 354.19º 0.81% 0.75% -
XYZ 23.02 12.78 4.5 -
YUV 85.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 192 37 52 0 0.81 0.73 0.25 354.19 0.68 0.45
Hex C0 25 34 0 51 49 19 162 44 2D
Octal 300 45 64 0 121 111 31 542 104 55
Binary 11000000 100101 110100 0 1010001 1001001 11001 101100010 1000100 101101

Color Harmonies of #C02534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02534

Black with #C02534

Text Example


Text Example

White with #C02534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02534; }

 p { color: rgb(192,37,52); }

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

background-color css

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

 a { background-color: rgb(192,37,52); }

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

border-color css

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

 span { border-color: rgb(192,37,52); }

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