Html Css Color HEX #CB0E3A Cardinal

📋 copy color: '#CB0E3A'

red 203 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #CB0E3A

Tints of Cardinal #CB0E3A

RGB

 RED value IS 203 (79.69% from 255) = 73.82%

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 73.82%
G = 5.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB0E3A (or 0xCB0E3A) is known color: Cardinal. HEX triplet: CB, 0E and 3A. RGB value is (203,14,58). Sum of RGB (Red+Green+Blue) = 203+14+58=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E3A is #34F1C5. Grayscale: #4B4B4B. Windows color (decimal): -3469766 or 3804875. OLE color: 3804875.

HSL color Cylindrical-coordinate representation of color #CB0E3A: hue angle of 346.03º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0E3A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 14 58 -
CMYK 0 0.93 0.71 0.20
HSL 346.03º 0.87% 0.43% -
HSV(B) 346.03º 0.93% 0.8% -
XYZ 25.55 13.32 5.23 -
YUV 75.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 203 14 58 0 0.93 0.71 0.20 346.03 0.87 0.43
Hex CB E 3A 0 5D 47 14 15A 57 2B
Octal 313 16 72 0 135 107 24 532 127 53
Binary 11001011 1110 111010 0 1011101 1000111 10100 101011010 1010111 101011

Color Harmonies of #CB0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0E3A

Black with #CB0E3A

Text Example


Text Example

White with #CB0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0E3A; }

 p { color: rgb(203,14,58); }

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

background-color css

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

 a { background-color: rgb(203,14,58); }

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

border-color css

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

 span { border-color: rgb(203,14,58); }

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