Html Css Color HEX #CB0834 Crimson

📋 copy color: '#CB0834'

red 203 ◦ green 8 ◦ blue 52

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

Shades of Crimson #CB0834

Tints of Crimson #CB0834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 77.19%
G = 3.04%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB0834 (or 0xCB0834) is known color: Crimson. HEX triplet: CB, 08 and 34. RGB value is (203,8,52). Sum of RGB (Red+Green+Blue) = 203+8+52=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0834 is #34F7CB. Grayscale: #474747. Windows color (decimal): -3471308 or 3410123. OLE color: 3410123.

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

Color convert

RGB 203 8 52 -
CMYK 0 0.96 0.74 0.20
HSL 346.46º 0.92% 0.41% -
HSV(B) 346.46º 0.96% 0.8% -
XYZ 25.34 13.12 4.45 -
YUV 71.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 203 8 52 0 0.96 0.74 0.20 346.46 0.92 0.41
Hex CB 8 34 0 60 4A 14 15A 5C 29
Octal 313 10 64 0 140 112 24 532 134 51
Binary 11001011 1000 110100 0 1100000 1001010 10100 101011010 1011100 101001

Color Harmonies of #CB0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0834

Black with #CB0834

Text Example


Text Example

White with #CB0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0834; }

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

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

background-color css

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

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

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

border-color css

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

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

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