Html Css Color HEX #CB2634 Cardinal

📋 copy color: '#CB2634'

red 203 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #CB2634

Tints of Cardinal #CB2634

RGB

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

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

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

R = 69.28%
G = 12.97%
B = 17.75%

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

#CB2634 (or 0xCB2634) is known color: Cardinal. HEX triplet: CB, 26 and 34. RGB value is (203,38,52). Sum of RGB (Red+Green+Blue) = 203+38+52=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2634 is #34D9CB. Grayscale: #595959. Windows color (decimal): -3463628 or 3417803. OLE color: 3417803.

HSL color Cylindrical-coordinate representation of color #CB2634: hue angle of 354.91º 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 #CB2634 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 52 -
CMYK 0 0.81 0.74 0.20
HSL 354.91º 0.68% 0.47% -
HSV(B) 354.91º 0.81% 0.8% -
XYZ 25.94 14.33 4.65 -
YUV 88.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 203 38 52 0 0.81 0.74 0.20 354.91 0.68 0.47
Hex CB 26 34 0 51 4A 14 163 44 2F
Octal 313 46 64 0 121 112 24 543 104 57
Binary 11001011 100110 110100 0 1010001 1001010 10100 101100011 1000100 101111

Color Harmonies of #CB2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2634

Black with #CB2634

Text Example


Text Example

White with #CB2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2634; }

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

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

background-color css

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

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

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

border-color css

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

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

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