Html Css Color HEX #CF1C30 Cardinal

📋 copy color: '#CF1C30'

red 207 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #CF1C30

Tints of Cardinal #CF1C30

RGB

 RED value IS 207 (81.25% from 255) = 73.14%

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 73.14%
G = 9.89%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF1C30 (or 0xCF1C30) is known color: Cardinal. HEX triplet: CF, 1C and 30. RGB value is (207,28,48). Sum of RGB (Red+Green+Blue) = 207+28+48=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C30 is #30E3CF. Grayscale: #535353. Windows color (decimal): -3204048 or 3153103. OLE color: 3153103.

HSL color Cylindrical-coordinate representation of color #CF1C30: hue angle of 353.3º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C30 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 48 -
CMYK 0 0.86 0.77 0.19
HSL 353.3º 0.76% 0.46% -
HSV(B) 353.3º 0.86% 0.81% -
XYZ 26.68 14.31 4.15 -
YUV 83.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 207 28 48 0 0.86 0.77 0.19 353.3 0.76 0.46
Hex CF 1C 30 0 56 4D 13 161 4C 2E
Octal 317 34 60 0 126 115 23 541 114 56
Binary 11001111 11100 110000 0 1010110 1001101 10011 101100001 1001100 101110

Color Harmonies of #CF1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C30

Black with #CF1C30

Text Example


Text Example

White with #CF1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C30; }

 p { color: rgb(207,28,48); }

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

background-color css

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

 a { background-color: rgb(207,28,48); }

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

border-color css

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

 span { border-color: rgb(207,28,48); }

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