Html Css Color HEX #C02334 Cardinal

📋 copy color: '#C02334'

red 192 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #C02334

Tints of Cardinal #C02334

RGB

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

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

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

R = 68.82%
G = 12.54%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02334 (or 0xC02334) is known color: Cardinal. HEX triplet: C0, 23 and 34. RGB value is (192,35,52). Sum of RGB (Red+Green+Blue) = 192+35+52=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02334 is #3FDCCB. Grayscale: #535353. Windows color (decimal): -4185292 or 3417024. OLE color: 3417024.

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

Color convert

RGB 192 35 52 -
CMYK 0 0.82 0.73 0.25
HSL 353.5º 0.69% 0.45% -
HSV(B) 353.5º 0.82% 0.75% -
XYZ 22.96 12.66 4.48 -
YUV 83.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 192 35 52 0 0.82 0.73 0.25 353.5 0.69 0.45
Hex C0 23 34 0 52 49 19 162 45 2D
Octal 300 43 64 0 122 111 31 542 105 55
Binary 11000000 100011 110100 0 1010010 1001001 11001 101100010 1000101 101101

Color Harmonies of #C02334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02334

Black with #C02334

Text Example


Text Example

White with #C02334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02334; }

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

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

background-color css

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

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

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

border-color css

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

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

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