Html Css Color HEX #CC0348 Crimson

📋 copy color: '#CC0348'

red 204 ◦ green 3 ◦ blue 72

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

Shades of Crimson #CC0348

Tints of Crimson #CC0348

RGB

 RED value IS 204 (80.08% from 255) = 73.12%

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 73.12%
G = 1.08%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0348 (or 0xCC0348) is known color: Crimson. HEX triplet: CC, 03 and 48. RGB value is (204,3,72). Sum of RGB (Red+Green+Blue) = 204+3+72=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0348 is #33FCB7. Grayscale: #464646. Windows color (decimal): -3407032 or 4719564. OLE color: 4719564.

HSL color Cylindrical-coordinate representation of color #CC0348: hue angle of 339.4º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0348 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 72 -
CMYK 0 0.99 0.65 0.2
HSL 339.4º 0.97% 0.41% -
HSV(B) 339.4º 0.99% 0.8% -
XYZ 26.1 13.37 7.34 -
YUV 70.97 128.59 222.89 -
System Red Green Blue C M Y K H S L
Decimal 204 3 72 0 0.99 0.65 0.2 339.4 0.97 0.41
Hex CC 3 48 0 63 41 14 153 61 29
Octal 314 3 110 0 143 101 24 523 141 51
Binary 11001100 11 1001000 0 1100011 1000001 10100 101010011 1100001 101001

Color Harmonies of #CC0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0348

Black with #CC0348

Text Example


Text Example

White with #CC0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0348; }

 p { color: rgb(204,3,72); }

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

background-color css

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

 a { background-color: rgb(204,3,72); }

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

border-color css

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

 span { border-color: rgb(204,3,72); }

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