Html Css Color HEX #CB2041 Cardinal

📋 copy color: '#CB2041'

red 203 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #CB2041

Tints of Cardinal #CB2041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 67.67%
G = 10.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB2041 (or 0xCB2041) is known color: Cardinal. HEX triplet: CB, 20 and 41. RGB value is (203,32,65). Sum of RGB (Red+Green+Blue) = 203+32+65=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2041 is #34DFBE. Grayscale: #565656. Windows color (decimal): -3465151 or 4268235. OLE color: 4268235.

HSL color Cylindrical-coordinate representation of color #CB2041: hue angle of 348.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2041 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 65 -
CMYK 0 0.84 0.68 0.20
HSL 348.42º 0.73% 0.46% -
HSV(B) 348.42º 0.84% 0.8% -
XYZ 26.1 14.11 6.35 -
YUV 86.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 203 32 65 0 0.84 0.68 0.20 348.42 0.73 0.46
Hex CB 20 41 0 54 44 14 15C 49 2E
Octal 313 40 101 0 124 104 24 534 111 56
Binary 11001011 100000 1000001 0 1010100 1000100 10100 101011100 1001001 101110

Color Harmonies of #CB2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2041

Black with #CB2041

Text Example


Text Example

White with #CB2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2041; }

 p { color: rgb(203,32,65); }

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

background-color css

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

 a { background-color: rgb(203,32,65); }

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

border-color css

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

 span { border-color: rgb(203,32,65); }

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