Html Css Color HEX #CB2635 Cardinal

📋 copy color: '#CB2635'

red 203 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #CB2635

Tints of Cardinal #CB2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 69.05%
G = 12.93%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB2635 (or 0xCB2635) is known color: Cardinal. HEX triplet: CB, 26 and 35. RGB value is (203,38,53). Sum of RGB (Red+Green+Blue) = 203+38+53=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2635 is #34D9CA. Grayscale: #595959. Windows color (decimal): -3463627 or 3483339. OLE color: 3483339.

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

Color convert

RGB 203 38 53 -
CMYK 0 0.81 0.74 0.20
HSL 354.55º 0.68% 0.47% -
HSV(B) 354.55º 0.81% 0.8% -
XYZ 25.96 14.34 4.77 -
YUV 89.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 203 38 53 0 0.81 0.74 0.20 354.55 0.68 0.47
Hex CB 26 35 0 51 4A 14 163 44 2F
Octal 313 46 65 0 121 112 24 543 104 57
Binary 11001011 100110 110101 0 1010001 1001010 10100 101100011 1000100 101111

Color Harmonies of #CB2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2635

Black with #CB2635

Text Example


Text Example

White with #CB2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2635; }

 p { color: rgb(203,38,53); }

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

background-color css

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

 a { background-color: rgb(203,38,53); }

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

border-color css

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

 span { border-color: rgb(203,38,53); }

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